SUBMIT allocation of datasetdataset-name failed; RTC=hex-return-code; RSC=hex-reason-code
Error message created by VNCRXC04, the SUBMIT command processor, after the allocation for dataset dataset-name has failed for a reason other than not found. (Message VNC0558E is issued if the dataset is not found.)
The hex-return-code and hex-reason-code are from the dynamic allocation request. 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.
SUBMIT of dataset dataset-name failed; RTC=submit-failure-code
Error message created by VNCRXC04, the SUBMIT command processor, after the submission of dataset dataset-name has failed for the reason explained by submit-failure-code. The possible failure codes are documented with the SUBMIT host command.
# sess-number.cmd-index.cmd-number:user-id SUBMIT job-name from dataset-name; record-count records
An informational message issued by VNCRXC04, the SUBMIT command processor, to document the fact that job, job-name, consisting of record-count records, was successfully submitted to the internal reader from dataset, dataset-name.
SUBMIT of member dataset-name(member-name) failed; RTC=submit-failure-code
Error message created by VNCRXC04, the SUBMIT command processor, after the submission of member member-name in dataset dataset-name has failed for the reason explained by submit-failure-code.
SUBMIT job-name from dataset-name(member-name); record-count records
An informational message issued by VNCRXC04, the SUBMIT command processor, to document the fact that job-name, consisting of record-count records, was successfully submitted to the internal reader from member member-name in dataset dataset-name.
program-name: exec-name SUBMIT submit-action file DD-name; CPB=cpb-address
A debug message issued by VNCRXC04, the SUBMIT command processor, to indicate that it is at the step of submit-action for DD-name as part of the process of submitting it to the internal reader.
program-name: exec-name SUBMIT submit-action internal reader; DD=DD-name; CPB=cpb-address
A debug message issued by VNCRXC04, the SUBMIT command processor, to indicate that it is at the step of submit-action the internal reader as part of the process of submitting a dataset or member to the internal reader.
program-name: exec-name SUBMIT submit-action member dataset-name(member-name); DD=DD-name; CPB=cpb-address
A debug message issued by VNCRXC04, the SUBMIT command processor, to indicate that it is at the step of submit-action member member-name in dataset dataset-name as part of the process of submitting it to the internal reader.
program-name: exec-name SUBMIT submit-action dataset dataset-name; DD=DD-name; CPB=cpb-address
A debug message issued by VNCRXC04, the SUBMIT command processor, to indicate that it is at the step of submit-action a dataset dataset-name as part of the process of submitting it to the internal reader.
program-name: exec-name SUBMIT from dataset dataset-name; CPB=cpb-address
A debug message issued by VNCRXC04, the SUBMIT command processor, to indicate that it is beginning the process of submitting sequential dataset-name to the internal reader.