VNC0579E

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.

VNC0578E

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.

VNC0577D

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.

VNC0576D

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.

VNC0575W

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.

VNC0574D

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.

VNC0573D

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.

VNC0572E

GETMSG: exec-name listener receive failed; RTC=hex-return-code; RSC=hex-reason-code; MDATA=MDB-address; MDLEN=MDB-length

Error message issued by VNCRXC08, the GETMSG function processor, after it has issued a receive request to console services using the scir-address passed in a WE buffer and the request failed. The receive request should have returned an MDB address, MDB-address, and an MDB length, MDB-length. The return and reason codes, hex-return-code and hex-reason-code, are internal VNAC console services codes documented in macro SCIDSCIR. Contact SDS support for assistance with this error.

VNC0571D

VNCRXF08: exec-name GETMSG dequeued WE-code SWE WE-count with SCIR=scir-address; TASK=task-name

Debug message issued by VNCRXF08, the GETMSG function processor, to confirm that it dequeued a work element of type WE-code containing scir-address that was the WE-count buffer dequeued during this function call. This message is only issued when a console listener is active. The SCIR at scir-address contains the address of the next MDB with unsolicited messages to be processed.

VNC0570W

exec-name: user-id GETMSG stopped processing because msg-type(msg-limit) limit was reached

Warning message issued by VNCRXF08, the GETMSG function processor, when the msg-type maximum number of messages, msg-limit, is reached. The REXX VNAC host command CONSPROF can be used to change this limit. When this limit is reached, no more incoming messages are processed for the current GETMSG request. Any messages remaining in the current MDB are discarded. The next GETMSG request will start processing messages from the next MDB.