Pipe stage stage-number(STEM), stemroot error-message
Error message issued by VNCRXC08, the PIPE host command, while it was validating the pipe command and found an error in the stemroot name operand of the STEM stage.
The possible values for error-message are missing, too long, invalid characters, and missing end period.
Validation of the pipe command ends with return code 12, indicating a syntax error.
This message applies to the global variable name as shown in VNC9346E.
Pipe stage stage-number(stage-name), does not have the minimum required operands
Error message issued by VNCRXC08, the PIPE host command, while it was validating a pipe command and found a stage that did not have the minimum number of operands specified to perform its function. Refer to the description of the stage that got the error in the PIPE Host Command and Stage User Guide to find out which operands are required by the stage. Validation of the pipe command ends with return code 12, indicating a syntax error.
Pipe (pipe-name) cannot be dispatched: decimal-#
task-type tasks required would exceed limit task-limit
Error message issued by VNCRXC08, the PIPE host command, just before it begins dispatching the pipe stage execs when there are not enough attended or unattended tasks to run all the pipe stages. Each pipe stage runs in a separate agent task.
The limits for attended and unattended tasks are configured with the TasksAttended and TasksUnattended statements in the GlobalConfig section of the configuration file that is processed by the OBEYFILE command.
Validation of the pipe command ends with return code 62, indicating insufficient tasks available.
msg-dump-data
Informational message issued by VNCRXF34, the STAGEOUT function, when the DUMPTEXT or DUMPMDB argument is specified as the sixth argument. NODUMP is the default.
The dump line consists of 16 bytes in hex followed by 16 EBCDIC characters for each 16 bytes of data dumped.
The output format is the same as that produced by the CONSOLE DUMP and XDUMP operands.
DUMPTEXT only shows the MDB text sections. DUMPMDB shows the MDB general, control and text sections.
This argument is intended only for debugging during stage development. No pipe stage currently uses either dump argument.
VNAC STAGE (stage-number) HAD RETURN CODE decimal-#
Informational message issued by the CORRWAIT stage to its primary output stream when the MOE operand is specified. This message is inserted into the output stream after any messages CORRWAIT received, after its wait interval expired, have been sent.
Process connections stage=stage-name, label=connector-label, output label=connector-label, input label=connector-label
Debug message issued by VNCRXC08, the PIPE host command, to show the stage and the 3 possible types of connector labels involved before creating connections for the stage. Some or all of the connector labels may be blank, indicating that they are not in use for this stage.
Label connector-label, stage stage-number(stage-name), duplicates label for stage stage-number(stage-name)
Error message issued by VNCRXC08, the PIPE host command, while it was validating a pipe command and found the same connector label defined on two different stages. Validation of the pipe command ends with return code 12, indicating a syntax error.
Pipe stage stage-number(stage-name), maximum stream-type streams, stream-max, already in use
Error message issued by VNCRXC08, the PIPE host command, while it was validating a pipe command and found that there were more input or output connections defined than the stage is designed to support. Validation of the pipe command ends with return code 12, indicating a syntax error.
Pipe connector connector-label is not defined
Error message issued by VNCRXC08, the PIPE host command, while it was validating a pipe command and found a connector label referenced in the pipeline that was not defined on any stage. Validation of the pipe command ends with return code 8, indicating a syntax error.
Pipe stage stage-number(stage-name), number “decimal-#” is error-message
Error message issued by VNCRXC08, the PIPE host command, while it was validating the pipe command and found an error in a stage operand that is supposed to be a number. The possible values for error-message are invalid, and out of range. Validation of the pipe command ends with return code 12, indicating a syntax error.