program-name: exec-name SUBMIT submit-action member dataset-name(member-name); 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 member member-name in dataset dataset-name as part of the process of submitting it to the internal reader.
program-name: exec-name SUBMIT submit-action dataset dataset-name; 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 a dataset dataset-name as part of the process of submitting it to the internal reader.
program-name: exec-name SUBMIT from 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 sequential dataset-name to the internal reader.
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.