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.

VNC0549E

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.

VNC0548E

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.

VNC0547I

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

VNC0546E

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.

VNC0545I

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.

VNC0544D

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.

VNC0543D

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.