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.
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.
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.
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.
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.
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.
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.
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.
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.
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.