VNC0911E

rexx-error-msgid ERROR: rexx-error-msg

Issued by program VNCRXM00, which controls REXX processing, to echo REXX error messages for serious errors.

The value of rexx-error-msgid is the REXX message ID.
The value of rexx-error-msg is the text of the REXX message.

IRX messages are documented in the IBM manual z/OS TSO/E Messages, in the section TSO/E terminal messages (IRX…).

VNC0910E

exec-name: ERROR: cmd-name command contains invalid operand cmd-keyword

Error message issued by VNCRXC06, the ALLOCATE/FREE VNAC host command after it has found an invalid cmd-keyword as an operand of cmd-name from exec-name.

VNC0909E

exec-name cmd-name of dyn-DD-name: FAILED: RT=dyn-return-code, ER=dyn-error-reason, IN=dyn-info-code

Error message by VNCRXC06, the ALLOCATE/FREE VNAC host command, after a dynamic allocation or unallocation error has occurred in cmd-name from exec-name.

The value of dyn-DD-name is the name of the file being processed, provided it was specified in the command. Otherwise, it is ?, indicating that the system did not assign a SYS-prefixed name because the command failed.

Dynamic allocation failure codes are documented in the IBM manual z/OS MVS Programming: Authorized Assembler Services Guide in the section “Interpreting DYNALLOC return codes.”

VNC0908E

exec-name cmd-name cmd-keyword: ERROR: error-msg
Error message issued by VNCRXC06, the ALLOCATE/FREE VNAC host command, after it has found an error related to cmd-keyword in cmd-name from exec-name.

The possible values of error-msg are as follows.

specified with one or more incompatible operands
requires a file name or dataset name operand
duplicate operand
invalid character preceding “(”
misplaced “)” in parameter
parameter value exceeds maximum length
parameter value incomplete
missing parameter value
misplaced “(” in parameter
invalid character preceding “)”
operand not allowed for FREE function
parameter value not numeric
parameter value exceeds maximum of 32760
space units previously specified
normal disposition previously specified
parameter value must be DA, PO, or PS
parameter value less than minumum of 1
parameter value contains invalid format options
parameter value exceeds maximum of 16777215
missing value for primary quantity
initial status previously specified
parameter value must be *, A-Z, or 0-9
not allowed during phase 2 of agent shutdown

VNC0907D

program-name: exec-name function-name enumerated buffer-count SCB buffers; CPB=cpb-address

Debug message issued by VNCRXF24, the USERLST function. The function found buffer-count session control blocks (SCBs) containing information on active agent sessions.

VNC0906E

26.3 Interpreting DYNALLOC Return Codes function-name reached limit of mbrlst-limit members; use more specific search argument

Error message issued by VNCRXF22, the MBRLST function. The function found mbrlst-limit members that matched the search argument specified in the function call.

VNC0905E

function-name allocation of dataset dataset-name failed; RTC=hex-return-code; RSC=hex-reason-code

Error message issued by VNCRXF22, the MBRLST function. The function attempted to dynamically allocate the dataset name specified in the function call, but received reason codes other than x’1708′ and x’6708,’ which indicate “not found”.

The return and reason codes are documented in in the IBM manual z/OS MVS Authorized Assembler Services Guide in the section Interpreting DYNALLOC Return Codes.

VNC0904E

function-name dataset dataset-name not found

Error message issued by VNCRXF22, the MBRLST function. The function attempted to dynamically allocate the dataset name specified in the function call, but received one of the following reason codes from the z/OS dynamic allocation service:
• x’1708′ (not in catalog)
• x’6708′ (not on volume)

VNC0903E

function-name DD name mbrlst-ddname not allocated

This error message is issued by VNCRXF22, the MBRLST function. The function has searched the agent’s list of allocated DD names and not found the DD name specified in the function call.

VNC0902E

function-name “DD” or “dataset” mbrlst-ddname or dataset-name DSORG not PO

Error message issued by VNCRXF22, the MBRLST function. The dataset referred to by DD name or dataset name is not in partitioned organization (PO).