VNC1341I

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.

VNC1340D

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.

VNC1339E

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.

VNC1338E

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.

VNC1337E

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.

VNC1336E

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.

VNC1335E

Pipe stage stage-number(VNAC), is missing command string

Error message issued by VNCRXC08, the PIPE host command, while it was validating the pipe command and did not find any command string operand for the VNAC stage. Validation of the pipe command ends with return code 12, indicating a syntax error.

VNC1334E

Pipe stage stage-number(VNAC), command VNAC-command is not allowed in a pipe

Error message issued by VNCRXC08, the PIPE host command, while it was validating the pipe command and found an error in a stage operand for the VNAC stage that is the name of a VNAC supplied exec that is not allowed in a pipe. Exec names that are not allowed in the VNAC stage are pipe stage execs, execs that invokes a panel, automated test execs, and the obeyfile exec. Validation of the pipe command ends with return code 12, indicating a syntax error.

VNC1333E

Pipe stage stage-number(VAR), variable name 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 a global variable name (as shown in VNC9333E) that was an operand of the VAR stage.

The possible values for error-message are invalid, missing, and too long. Validation of the pipe command ends with return code 12, indicating a syntax error.

VNC1332E

Pipe stage stage-number(stage-name), text string 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 a delimited text string. The possible values for error-message are missing, missing end delimiter, over 255 characters, and empty. Validation of the pipe command ends with return code 12, indicating a syntax error.