SUBMIT dataset dataset-name has wrong DSORG, not dsorg-type
Error message issued by VNCRXC04, the SUBMIT host-command processor. The processor has successfully allocated the specified dataset but discovered that is does not have a the required dataset organization. If only a dataset name is specified, the dataset organization must be physical sequential, PS. If a dataset and member name is specifed, the dataset organization must be partitioned, PO. VSAM dataset organization is not supported.
function-name config-DD-name: member-name include failed, exceeds limit of nested-include-max levels
Error message issued by VNCRXF12, the GETCFG function that reads agent configuration files. The function has encountered a nested %INCLUDE statement at a depth that exceeds the nested-include-max depth it was designed to handle. This error ends configuration file processing with a return code of 4.
function-name config-DD-name: member-name included more than once, skipped
Error message issued by VNCRXF12, the GETCFG function that reads agent configuration files. The function has processed a nested set of %INCLUDE statements that specify the same member-name more than once. In order to prevent processing loops, the program does not allow members to be included more than once in a nested list.
function-name config-DD-name: member-name action; RTC=hex-return-code; error-msg
Error message issued by VNCRXF12, the GETCFG function that reads agent configuration files. The function has failed to open member-name. The most likely reason is that member-name does not exist in any of the datasets concatenated to the config-DD-name file. The second-most likely reason is that the member contains no records. error-msg contains a short explanation of the error that should be sufficient to identify the problem.
In the mesage text, operation=OPEN or READ.
In a standard agent installation, config-DD-name:member-name=VNCCFG:VNCCFG00. Or it equals whatever member name the user specified as the first parameter of the OBEYFILE exec. error-msg=the cause of the error. This error ends configuration file processing with a return code of 4.
function-name PDS config-DD-name:member-name RECFM not F or FB, cannot process
Error message issued by VNCRXF12, the GETCFG function that reads agent configuration files. The function has opened member-name, examined the first record, and determined that it contains a variable-length record header.
In the mesage text, operation=READ. In a standard agent installation, config-DD-name:member-name=VNCCFG:VNCCFG00. Or it equals whatever member name the user specified as the first parameter of the OBEYFILE exec.
program-name: exec-name function-name operation config-DD-name: member-name; CPB=cpb-address
Debug message issued by VNCRXF12, the GETCFG function that reads agent configuration files. The function has opened the PDS member, but not started reading the records it contains.
In the mesage text, operation=READ. In a standard agent installation, config-DD-name:member-name=VNCCFG:VNCCFG00. Or it equals whatever member name the user specified as the first parameter of the OBEYFILE exec.
program-name: exec-name exec canceled; RTC=hex-return-code; TSK=task-name; CPB=cpb-address
Debug message issued by VNCRXM02, the REXX cancel routine. The message confirms that IRXIC was called to halt interpretation of exec-name, running in task-name.
unattended exec “parse external” returns zero length; CMD=cmd-id; TSK=task-name
Warning message issued by VNCRXR00, the VNAC REXX I/O routine, when it receives a request for input from an exec that is running unattended. A zero length response is returned to the exec so it may continue running, rather than wait forever for input.
VNCRXC02: exec-name Console OPEN issued with AUTHID=auth-id; AUTHMODE=auth-mode; CPB=cpb-address
Debug message issued by VNCRXC02, the console command processor, to show the authorization mode, auth-mode, and authorization id, auth-id it will use to open a console session.
VNCRXF08: exec-nameJOB/MSG=data-value; FILTER=filter-value; MATCHED/UNMATCHED; TASK=task-name
Debug message issued by VNCRXF08, the GETMSG function processor, to confirm the result of its filtering process for one unsolicited message obtained from the console listener. The JOB/MSG input data, data-value, is compared with the filter, filter-value, and the result is MATCHED/UNMATCHED.