VNC0569D

program-name: exec-name cleaned up WE-count WEs after listener deleted; TASK=task-name

Debug message issued by VNCRXC02 or VNCRXM00 to confirm that WE-count unprocessed work buffers were freed after the console listener was deleted either by REXX VNAC host command, “CONSOLE DEACTIVATE LISTENER”, by an exec ending that still had an active console listener.

VNC0568D

program-name: exec-name console listener listener-request; RTC=hex-return-code; RSC=hex-reason-code; TASK=task-name

Debug message issued by either VNCRXC02 or VNCRXM00 to confirm that the listener-request of a console listener was successful. The return and reason codes, hex-return-code and hex-reason-code, are internal VNAC console services codes documented in macro SCIDSCIR. They should both be zero.

VNC0567E

console listener listener-request failed; RTC=hex-return-code; RSC=hex-reason-code; TASK=task-name

Error message issued by VNCRXC02 or VNCRXM00 when an add or delete console listener request fails. Listener listener-request is generated as a result of the REXX VNAC host commands “CONSOLE ACTIVATE LISTENER” and “CONSOLE DEACTIVATE LISTENER”. 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.

VNC0566D

VNCRXM00: SCIMSG CART=sci-cart (SCB) in TASK=task-name; CPB=cpb-address

Debug message issued by VNCRXM00 to display, in hex, the cart value, sci-cart, that it has just created for this REXX command processing task. All messages written to the agent log by programs within this task will have this cart value associated with them so they can also be routed to the active user session that issued the command.

VNC0565I

console-message

Informational message containing a copy of a system console-message being returned to the exec. The message is issued by VNCRXF08, the GETMSG function program, when either of the CONSPROF SOLDISPLAY(YES) or UNSOLDISPLAY(YES) options are specified and a message of the corresponding type, solicited or unsolicited, is processed.

VNC0564E

console session console-request failed; RTC=hex-return-code; RSC=hex-reason-code; CPB=cpb-address

Error message issued by any of the programs that request console services when the request console-request fails for a reason that should not occur. The most likely reason for this message is that the console services component of VNAC did not initialize properly or was denied access to the z/OS EMCS interface. The return and reason codes, hex-return-code and hex-reason-code, are internal VNAC console services codes documented in macro SCIDSCIR. Contact SDS Technical Support for assistance with this error.

VNC0563I

vncout-message

Informational message created by VNCRXR00, the REXX I/O program, to display the output of REXX SAY statements in the agent’s output files, VNCOUT and VNCLOG.

When this message is issued instead of VNC0914I, it indicates that output is being sent to both VNCLOG and the VNAC server database.

VNC0562D

VNCRXR00: exec-nameIO-request for DD=DD-name request from REXX; CPB=cpb-address

Debug message issued by VNCRXR00, the REXX I/O program, to show that it was called by the REXX language environment to process I/O request IO-request for file DD-name.

VNC0561D

VNCRXR01: exec-name USERID returning user-id id for id-type; CPB=cpb-address

Debug message issued by VNCRXR01, the USERID function processor, to show which user id it is returning based on the status of the security and attended options.

VNC0560E

VNCRXR01: exec-name USERID provided buffer length result-buffer less than 8 bytes; CPB=cpb-address

Error message issued by VNCRXR01, the USERID function processor, if the REXX language environment passes it a buffer in which to store the userid that is result-buffer bytes long, less than the 8 bytes needed.