Stage modifier text-string is invalid before debug option
Error message issued by VNCRXC08, the PIPE host command, when the stage modifier “NOT” is specified before either stage debug option, (DEBUG) or (DBGEXC). The required order of items that may precede the stage name, is connector label, stage debug option, and, last, stage modifier.
stage-name (stage-number) awaits input from stage-name (stage-number) on stream stream-number
Informational message issued by VNCRXC08, the PIPE host command, as a result of a clogged pipe being detected and the DEBUG 2 pipe option having been specified. The message is issued after the clog is detected and before each pipe stage is signaled to terminate so it can display the status of each active input stream at the time of the clog.
stage-name (stage-number) waiting to output to stage-name (stage-number) on stream stream-number
Informational message issued by VNCRXC08, the PIPE host command, as a result of a clogged pipe being detected and the DEBUG 2 pipe option having been specified. The message is issued after the clog is detected and before each pipe stage is signaled to terminate so it can display the status of each active output stream at the time of the clog.
Pipeline pipe-name in exec exec-name is clogged
Error message issued by VNCRXC08, the PIPE host command when it detects that the TCB CPU time consumed by all the active stage tasks, since the last time it checked, has not changed enough to indicate normal processing. All stages are signaled to terminate immediately and the pipe command end with return code 50.
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.