VNC0559E

VNCRXR01: exec-name USERID wrong function for function-name; CPB=cpb-address

Error message issued by VNCRXR01, the USERID function processor, if it gets called by the REXX language environment to process the request for a different function, function-name. This should never happen.

VNC0558E

SUBMIT dataset dataset-name not found

Error message created by VNCRXC04, the SUBMIT command processor, when it fails to dynamically allocate dataset dataset-name because the dataset is not cataloged.

VNC0557E

SUBMIT JOB invalid “job-statement”

Error message created by VNCRXC04, the SUBMIT command processor, after reading the first record of the file from which to submit JCL. The program either does not find “//” in positions 1 and 2, or does not find a 1 to 8 character job name following “//”. The file cannot be used for JCL submission.

VNC0556E

SUBMIT dataset-name(member-name) PDS RECFM not F or FB, cannot process

Error message created by VNCRXC04, the SUBMIT command processor, after opening a partitioned dataset from which to submit JCL, but, after checking the DCB, discovers that the dataset record format is not fixed or fixed-blocked. The partitioned dataset cannot be used for JCL submission.

VNC0555E

SUBMIT cannot process the input dataset because its record format is variable spanned

Error message created by VNCRXC04, the SUBMIT command processor, after opening a sequential dataset from which to submit JCL, but, after checking the DCB, discovers that the dataset record format is variable-spanned. The dataset cannot be used for JCL submission.

VNC0554E

SUBMIT cannot process the input dataset because its record format is not F or V

Error message created by VNCRXC04, the SUBMIT command processor, after opening a sequential dataset from which to submit JCL, but, after checking the DCB, discovers that the dataset record format is neither fixed nor variable. The dataset cannot be used for JCL submission.

VNC0553E

SUBMIT open of the internal reader failed; RTC=hex-return-code

Error message created by VNCRXC04, the SUBMIT command processor, after the open for the internal reader has failed. The meaning of hex-return-code is documented in the IBM manual z/OS DFSMS Macro Instructions for Data Sets, in the section OPEN Return Codes.

VNC0552E

SUBMIT open of dataset dataset-name failed; RTC=hex-return-code

Error message created by VNCRXC04, the SUBMIT command processor, after the open for dataset dataset-name has failed. The meaning of hex-return-code is documented in the IBM manual z/OS DFSMS Macro Instructions for Data Sets, in the section OPEN Return Codes.

VNC0551E

SUBMIT member-namepds-action failed; pds-error; RTC=hex-return-code

Error message created by VNCRXC04, the SUBMIT command processor, after the pds-action, either open or read, has failed for member member-name. The hex-return-code is explained by the short message, pds-error.

VNC0550E

SUBMIT allocation of the internal reader failed; RTC=hex-return-code; RSC=hex-reason-code

Error message created by VNCRXC04, the SUBMIT command processor, after the allocation for the internal reader has failed. The meaning of their values is documented in the IBM manual z/OS MVS Programming: Authorized Assembler Services Guide, in the section Interpreting DYNALLOC Return Codes.