program-name: exec-name SUBMIT from member member-name of VNCPARM file; CPB=cpb-address
A debug message issued by VNCRXC04, the SUBMIT command processor, to indicate that it is beginning the process of submitting member-name from the preallocated VNCPARM DD file in the VNAC agent’s JCL to the internal reader.
program-name: exec-name SUBMIT from member member-name of 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 member-name from dataset-name to the internal reader.
program-name: exec-name SEND wto-type failed; RTC=hex-return-code; CPB=cpb-address
An error message issued by VNCRXC03, the SEND command processor, to indicate that the wto-type request failed for hex-return-code reason as documented for the WTO and WTOR macros in the IBM manual z/OS MVS Authorized Assembler Services Reference SET-WTO.
wto-type wto-text
An informational message issued by VNCRXC03, the SEND command processor, used to write the text of the operator message to the agent log to provide an audit trail.
If an error has occurred while waiting for an operator response, wto-text will be replaced by one of the following messages.
--var update error-
-----timed out-----
---shutting down---
-----canceled------
program-name: exec-name SEND(WTOR) wait=wait-seconds var=variable-name
A debug message issued by VNCRXC03, the SEND command processor, to show how long it will wait, wait-seconds, for a reply to the operator message. It will store the reply in a REXX variable named variable-name.
program-name: exec-name SEND(wto-type) rout=wto-route desc=wto-desc bcst=wto-bcst cons=wto-cons cart=wto-cart; CPB=cpb-address
A debug message issued by VNCRXC03. the SEND command processor, to document the options specified on the last SEND command.
CONSOLE ACTIVATE console-access1 invalid request; an active console console-access2 already exists
An error message issued by VNCRXC02, the console command processor, when it receives a request to activate console-access2, which is the same as console-access1 that is already active. Only one console session and one console listener can be active concurrently.
exec-name: cmd-nameconsole-operation issued with CART=cart-value; MASK=mask-value; CPB=cpb-address
Debug message issued by console interface programs VNCRXC02, VNCRXF08, VNCRXM00 when they perform a console-operation.
system-command
Informational message issued by VNCRXC02, while processing CONSOLE SYSCMD() with the MCS console hardcopy option disabled. The message displays the text of the command issued in the VNAC agent log. When the MCS hardcopy option is enabled, the same information is echoed to the VNAC agent log with message VNC0702I.
cmd-namecmd-keyword invalid request; no active console console-access exists
Error message issued by VNCRXC02 when it processes a cmd-keyword that is either SYSCMD or DEACTIVATE and no console-access exists. This could be caused because of a missing CONSOLE ACTIVATE preceding the request or because the console-access was never established or lost due to a previous error.