VNC0562D

VNCRXR00: exec-nameIO-request for DD=DD-name request from REXX; CPB=cpb-address

Debug message issued by VNCRXR00, the REXX I/O program, to show that it was called by the REXX language environment to process I/O request IO-request for file DD-name.

VNC0561D

VNCRXR01: exec-name USERID returning user-id id for id-type; CPB=cpb-address

Debug message issued by VNCRXR01, the USERID function processor, to show which user id it is returning based on the status of the security and attended options.

VNC0560E

VNCRXR01: exec-name USERID provided buffer length result-buffer less than 8 bytes; CPB=cpb-address

Error message issued by VNCRXR01, the USERID function processor, if the REXX language environment passes it a buffer in which to store the userid that is result-buffer bytes long, less than the 8 bytes needed.

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.