VNCRXM00: exec-name IRXTERM successful; RTC=hex-return-code; CPB=cpb-address
Debug message issued by VNCRXM00 after calling IRXTERM to terminate the REXX language environment used to execute exec-name exec. The request was successful.
VNCRXM00: exec-name IRXTERM successful; RTC=hex-return-code; CPB=cpb-address
Debug message issued by VNCRXM00 after calling IRXTERM to terminate the REXX language environment used to execute exec-name exec. The request was successful.
VNCRXM00: exec-name IRXLOAD(FREE) successful; ENV=envb-address; CPB=cpb-address
Debug message issued by VNCRXM00 after successfully loading exec-name exec into storage and preparing it for execution.
VNCRXM00: exec-name IRXLOAD(FREE) failed; RTC=hex-return-code; INS=instb-address; CPB=cpb-address
Error message issued by VNCRXM00 after calling IRXLOAD to free the storage containing the exec-name exec. The request failed for the reason documented for IRXLOAD (FREE) hex-return-code and hex-reason-code in the z/OS TSO/E REXX Reference.
VNCRXM00: exec-name IRXTERM failed; RTC=hex-return-code; RSC=hex-reason-code; ENV=envb-address; CPB=cpb-address
Error message issued by VNCRXM00 after calling IRXTERM to terminate the REXX language environment used to execute exec-name exec. The request failed for the reason documented for IRXTERM hex-return-code and hex-reason-code in the z/OS TSO/E REXX Reference.
VNCRXM00: exec-name IRXLOAD(LOAD) successful; DDN=exec-load-DD-name; INS=instb-address; CPB=cpb-address
Debug message issued by VNCRXM00 after IRXLOAD successfully loaded exec-name into storage from file exec-load-DD-name and created an IRXINSTB control block at instb-address.
exec not found; DDN=exec-load-DD-name; CPB=cpb-address
Error message issued by VNCRXM00 to indicate IRXLOAD failed to load an exec from file exec-load-DD-name because the member name was not found.
exec load failed; RTC=hex-return-code; DDN= exec-load-DD-name; CPB=cpb-address
Error message issued by VNCRXM00 to indicate IRXLOAD failed to load an exec from file exec-load-DD-name. The request failed for the reason documented for IRXLOAD(LOAD) hex-return-code in the z/OS TSO/E REXX Reference. This message is only issued if the DD name was not allocated, or the parmlist passed to IRXLOAD was invalid, otherwise VNC0504E is issued.
REXX INIT: NCRXL01 REXX environment initialization failed; RTC=return-code; RSC=reason-code; CPB=cpb-address
The VNAC REXX loader program, VNCRXL01, attempted to create a REXX environment but the request failed. RTC and RSC are the return and reason codes returned by the IRXINIT call.
Destination: VNCLOG.
Action: Review the agent logs for other messages that may indicate why the request failed. The agent will continue without the use of the VNAC REXX loader, which may impact performance if you normally run with it enabled. Contact SDS Technical Support for additional assistance.
VNCRXM00: exec-name IRXINIT(INITENVB) successful; RTC=hex-return-code; ENV=envb-address; CPB=cpb-address
Debug message issued by VNCRXM00, the main REXX processing program, after it successfully initializes a new REXX language environment to run the current REXX exec.
VNCRXM00: REXX exec processing started; CPB=cpb-address
Debug message issued by VNCRXM00, the main REXX processing program, when it starts. VNC0500D and VNC0510D bookend all the messages issued during the processing of a single exec.