VNC1315E

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.

VNC1314W

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.

VNC1313E

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.

VNC1312E

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.

VNC1311E

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.

VNC1310E

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.

VNC1309E

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.

VNC1308E

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.

VNC1307E

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.

VNC1306E

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.