Terminating stage number stage-number, “stage-name“
Informational message issued by VNCRXC08, the PIPE host command, as a result of the DEBUG 1 pipe option, or the (DEBUG) stage modifier having been specified. The message is issued after the pipe stage exec has ended. It is preceded by one or more VNC1320I messages, with a disconnect notification for each output stream of the stage.
Stage stage-number writes output to stream stream-number, “line-1-text“
Informational message issued by VNCRXC08, the PIPE host command, as a result of the DEBUG 1 pipe option, or the (DEBUG) stage modifier having been specified. The message is issued after the pipe begins processing. It shows the first 20 bytes from the first line of an input message read by an input stream of one stage. It is usually followed by message VNC1319I, except when the output message is just a disconnect notification.
Stage stage-number reads input from stream stream-number, “line-1-text”
Informational message issued by VNCRXC08, the PIPE host command, as a result of the DEBUG 1 pipe option, or the (DEBUG) stage modifier having been specified. The message is issued after the pipe stages begin processing. It shows the first 20 bytes from the first line of an input message read by an input stream of one stage. It is usually preceded by message VNC1320I.
to input stream stream-number of stage stage-number, “stage-name“
Informational message issued by VNCRXC08, the PIPE host command, as a result of the DEBUG 1 pipe option, or the (DEBUG) stage modifier having been specified. The message is issued before the pipe stages begin processing. It shows the input stream side of one static connection created between two stages. It is always preceded by message VNC1317I.
Connecting output stream stream-number of stage stage-number “stage-name“
Informational message issued by VNCRXC08, the PIPE host command, as a result of the DEBUG 1 pipe option, or the (DEBUG) stage modifier having been specified. The message is issued before the pipe stages begin processing. It shows the output stream side of one static connection created between two stages. It is always followed by message VNC1318I.
Prefix NOT invalid for stage-name stage with stream-max output stream(s)
Error message issued by VNCRXC08, the PIPE host command, while it is validating the pipe command and finds the NOT stage modifier specified for a stage that does not support 2 output streams. The NOT stage modifier can only be used with stages that support exactly 2 output streams, regardless of whether or not they are connected in a particular pipeline. Validation of the pipe command ends with return code 12, indicating a syntax error.
Pipe options are incomplete
Error message issued by VNCRXC08, the PIPE host command, while it is validating the pipe options and it does not find a closing parenthesis, “)”,after the last pipe option value. Validation of the pipe command ends with return code 04, indicating a pipe option error.
Label connector-label, defined in stage stage-number(stage-name), has no connections
Error message issued by VNCRXC08, the PIPE host command, after it has validated a pipe command and found a connector label that is properly defined for a stage, but is never referenced again in the pipeline. The pipe command will still run as coded. This is not a syntax error. The warning is issued as a reminder to the programmer that an intended connection between stages was never completed.
Name in pipe command beginning with text-string is over 8 characters long
Error message issued by VNCRXC08, the PIPE host command, while it was validating a pipe command and found a text string that was over 8 characters that is not a delimited literal string operand for a stage. Stage names, connector labels, and stage modifiers all are 8 characters or less in length. Validation of the pipe command ends with return code 12, indicating a syntax error.
Stage stage-name cannot be the first stage
Error message issued by VNCRXC08, the PIPE host command, when it encounters a stage used as the first stage in a pipeline that cannot be used in that position because it requires input from a preceding stage. See the PIPE Host Command and Stage User Guide for the pipeline positions that are valid for each stage. Validation of the pipe command ends with return code 12, indicating a syntax error.