VNC0956D

program-name: exec-name cmd-name; called by calling-program; storage-class class enqueue-dequeue

Debug message issued by VNCRXC05, the GLOBALV host command, to show the enqueue or dequeue action that was taken for storage-class. The enqueue for a storage class should be followed within a couple lines by a dequeue for the same storage class in the VNCOUT log file.

VNC0955E

member-name exceeds 999 lines; LINE=line-number; TEXT=“line-text”

Error message issued by VNCRXC07, the VIEW host command, when the displayable number of panel lines exceeds the limit of 999 lines. line-number is the number of the record in member-name that was processed before the error occurred and line-text is the contents of the record.

VNC0954W

exec-name member-name VIEWAUTOROLL has an invalid value “character”

This is a warning message issued by VNCRXC07, the VIEW host command, when an input type panel in member-name is being processed and REXX variable, VIEWAUTOROLL was defined and has a value other than “Y” or “N”. The value used in the panel will default to “Y”. This variable only has meaning for input type panels, but its use is optional. If defined, it must have a value of “Y” or “N”.

VNC0953I

VNCRXC07full-cmd-id: exec-name DEBUG PNL=member-name; VIEWAUTOROLL=Y or N

This is a user requested debug message issued by VNCRXC07, the VIEW host command, to show the value retrieved from the REXX variables VIEWAUTOROLL. The value defaults to Y if the variable was not defined or had an invalid value. VIEWAUTOROLL=Y, the default, causes the VNAC client to automatically switch from the panel to the session window when new messages arrive. VIEWAUTOROLL=N prevents the client from automatically switching to the session window when new messages arrive. This message is displayed during the first of three passes through the panel member in the process of creating the XML output message sent to the VNAC client.

VNC0952D

VNCRXC07: exec-name cmd-name; called by calling-program; TASK=task-name; <CPB=cpb-address

Debug message issued by VNCRXC05, the GLOBALV host command, to show that it was called to process a command. calling-program will be either the command router, VNCRXC00, for GLOBALV requests from REXX execs, or the VIEW host command, VNCRXC07, for GLOBALV requests from panels.

VNC0951E

exec-name member-name internal error processing input XML message

Error message issued by VNCRXC07, the VIEW host command, when an error occurs in the scixml server while parsing the user’s response to an input type panel passed in an XML message from the VNAC client. This message is preceded by message VNC0923E containing the return and reason codes from the internal scixml service, and followed by a snap dump in VNCOUT of the XML message that caused the error. Contact SDS support for assistance in resolving this problem.

VNC0950I

exec-name member-name DEBUG INPUT VAR=variable name, TYP=L or G, “variable-value

This is a user requested debug message issued by VNCRXC07, the VIEW host command, to show the variable-value assigned to each panel input variable-name. Input variables have the “FI” variable attribute. The variable may be either a Local REXX variable or a Global variable. This message is displayed during the parsing of the input XML message received from the VNAC client containing the user’s response to an input type panel.

VNC0949I

exec-name member-name DEBUG INPUT AID=key-name, CURROW=cursor-row, CURCOL=cursor-column

This is a user requested debug message issued by VNCRXC07, the VIEW host command, to show the values assigned to the REXX variables VIEWAID, VIEWCURROW, and VIEWCURCOL. Panel coordinates are relative to the upper left corner position being row 1, column 1. This message is displayed during the parsing of the input XML message received from the VNAC client containing the user’s response to an input type panel.

VNC0948E

member-name error receiving panel input from client; RTC=hex-return-code; RSC=hex-reason-code

Error message issued by VNCRXC07, the VIEW host command, when a communication error occurs while receiving the user’s response to an input type panel from the VNAC client. Verify that that a working connection exists between the VNAC client and the VNAC agent by issuing other, non-panel commands and viewing the responses in the session window. If the other commands work, and their output is displayed, but the panel commands continue to fail, contact SDS support for assistance in resolving this problem. Otherwise check for configuration or network problems that may affect the communication between the VNAC agent, server, and client.

VNC0946W

i>exec-name member-name VIEWICROW or VIEWICCOL value decimal-number greater than allowed maximum decimal-number

Warning message issued by VNCRXC07, the VIEW host command, when an input type panel in member-name is being processed and either REXX variable, VIEWICROW or VIEWICCOL has a value that is beyond the corresponding dimensional limit. The actual value of the variable is displayed as decimal-number followed by the dimensional limit, decimal-number. The value used in the panel will default to 1. Use of these variables for an input panel is optional, but if defined, they must have a numeric value that is within the dimensional limits of the panel. Panel coordinates are relative to the upper left corner position being row 1, column 1.