VNCRXM00: exec-name IRXEXEC successful; ENV=envb-address; CPB=cpb-address
Debug message issued by VNCRXM00 after calling IRXEXEC to execute exec-name exec. The REXX exec completed normally with no errors.
VNCRXM00: exec-name IRXEXEC successful; ENV=envb-address; CPB=cpb-address
Debug message issued by VNCRXM00 after calling IRXEXEC to execute exec-name exec. The REXX exec completed normally with no errors.
VNCRXM00: missing exec name; EXN=exec-name; BFR=request-buffer; CPB=cpb-address
Error message issued by VNCRXM00 when it did not find any non-blank, alphanumeric characters in the first 8 bytes of the command line input buffer. The first 8 bytes of the command buffer are shown in character format as exec-name and in 16 character hexadecimal format as request-buffer.
VNCRXM00: exec-name REXX exec processing completed; CPB=cpb-address
Debug message issued by VNCRXM00 just before it exits. Debug messages VNC0500D and VNC0510D bookend all the messages issued during the processing of a single exec.
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.