Stage name stage-name is invalid
Error message issued by VNCRXC08, the PIPE host command, when it encounters an unrecognized and unsupported stage name or stage name abbreviation. See the PIPE Host Command and Stage User Guide for a list of the stages VNAC supports. Message VNC1330E is issued for recognized but unsupported stage names. Validation of the pipe command ends with return code 12, indicating a syntax error.
Pipe name is over 8 characters long
Error message issued by VNCRXC08, the PIPE host command, when the value specified following the option keyword NAME is longer than 8 alphanumeric characters. Validation of the pipe command ends with return code 04, indicating a pipe option error.
Pipe name is not alphanumeric
Error message issued by VNCRXC08, the PIPE host command, when an invalid value is specified following the option keyword NAME. Pipe names must be composed of only letters and numbers. Validation of the pipe command ends with return code 04, indicating a pipe option error.
Pipe option pipe-option-name unrecognized
Error message issued by VNCRXC08, the PIPE host command, when an invalid value is specified following one of the supported pipe option keywords: STAGESEP, ESC, END, NAME, and DEBUG. Validation of the pipe command ends with return code 04, indicating a pipe option error.
Pipe option pipe-option-name missing a value
Error message issued by VNCRXC08, the PIPE host command, when no value is specified following one of the supported pipe option keywords: STAGESEP, ESC, END, NAME, and DEBUG. Validation of the pipe command ends with return code 04, indicating a pipe option error.
Pipe option pipe-option-name has an invalid value specified
Error message issued by VNCRXC08, the PIPE host command, when an invalid value is specified following one of the supported pipe option keywords: STAGESEP, ESC, END, NAME, and DEBUG. Validation of the pipe command ends with return code 04, indicating a pipe option error.
Pipe command is missing stages
Error message issued by VNCRXC08, the PIPE host command, when it is passed a pipe command that has no stages. Validation of the pipe command ends with return code 12, indicating a syntax error.
Pipe stage stage-number(stage-name) pipe commands cannot be nested
Error message issued by VNCRXC08, the PIPE host command, when it detects that the current pipe command was called from an exec referenced in the VNAC stage of another pipe command. VNAC does not support nested pipe commands. Validation of the pipe command ends with return code 58, indicating a nested pipe command.
Pipe stage stage-number(stage-name) output line msg-line-# variable variable-name does not exist
Error message issued by VNCRXF34, the STAGEOUT function, when the REXX IRXEXCOM routine returns error code X’01’ indicating that the stem variable the function was passed, that should contain the output message lines, does not exist. This message indicates a possible logic error in the pipe stage.
Pipe stage stage-number(stage-name) line msg-line-#, length msg-line-length, buffer buffer-id
Debug message issued by VNCRXF34, the STAGEOUT function, to show the internal buffer class allocated to hold one line from the current output message. The buffer class name implies the size of the buffer.