VNC0941D

VNCRXC07: exec-namemember-name IRXEXCOM(FETCH or STORE) for variable-name failed; RTC=hex-return-code; SHV=buffer-address

Debug message issued by VNCRXC07, the VIEW host command, to show the reason for failure of an IRXEXCOM call to fetch or store a REXX variable and the address of the SHVBLOCK buffer. A snap dump of the SHVBLOCK buffer follows this message.

VNC0940I

exec-name DEBUG PNL=member-name; SRC=L or G; VAR=variable-name; ATR=“attribute-variable-value”; VAL=“variable-value”

This is a user requested debug message issued by VNCRXC07, the VIEW host command, to show the information for one variable-name that is passed to the VNAC client in the panel XML output message. The message shows the source of the variable’s value, either a Local REXX variable, or a Global variable, the REXX variable-name without the “&” prefix, the attribute-variable-value assigned to the variable either explicitly with a “$variable-name”, or by default, and the variable-value. This message is displayed during the third of three passes through the panel member in the process of creating the XML output message sent to the VNAC client.

VNC0939E

member-name variable “&variable-name” has invalid length variable-length in line “line-text”

Error message issued by VNCRXC07, the VIEW host command, when variable-name has an invalid length of variable-length in panel line line-text. A variable name in a panel must be at least one character long, but not longer than 31 characters.

VNC0938E

member-name invalid attribute “attribute” in &attribute-variable-name=“attribute-variable-value”

Error message issued by VNCRXC07, the VIEW host command, when an invalid variable attribute attribute was found in the attribute-variable-value of attribute-variable-name. Each attribute variable value is two characters in length and separated by at least one blank from the other attributes. The valid variable attributes for VNAC panels are the same as those for NetView® panels. They are documented in Tivoli NetView® for z/OS Customization Guide, chapter 3, “Using the View Command,” section 3.5.3, “Attribute Values.”

VNC0937D

VNCRXC07: exec-name T=L or G, R=row-number, C=column-number, &attribute-variable-name=“attribute-variable-value”, &variable-name=“variable-value”

Debug message issued by VNCRXC07, the VIEW host command, to show the information for each variable that is being passed in the XML message sent to the VNAC client. “T” refers to the type of variable, Local or Global.”R” refers to the row-number in which the variable is to be inserted. “C” refers to the panel column-number at which the variable is to be inserted in the row. Panel coordinates are relative to the upper left corner position being row 1, column 1.

VNC0936E

member-name “%>” or “%INCLUDE” unsupported keyword; LINE=line-number; TEXT=“line-text”

Error message issued by VNCRXC07, the VIEW host command, when it finds the Data REXX directives, %INCLUDE or %> in a panel line. VNAC does not support Data REXX.

VNC0935E

member-nametilde or &CUR invalid in input panel; LINE=line-number; TEXT=“line-text”

Error message issued by VNCRXC07, the VIEW host command, when the attribute character tilde, “~”, or the special variable name &CUR are found in the line-text of an input type panel. The tilde attribute character and the &CUR special variable name are only valid in noinput type panels.

VNC0934I

exec-name DEBUG cursor location found or not specified; ROW=cursor-row; COL=cursor-column

This is a user requested debug message issued by VNCRXC07, the VIEW host command, to show the cursor location for a NOINPUT panel that will be passed to the VNAC client in the output XML message. The cursor location is the location of the first &CUR following a tilde attribute character, if an &CUR is found, otherwise it defaults to row 1, column 1, and the VNAC client places the cursor after the first tilde attribute in the panel. Panel coordinates are relative to the upper left corner position being row 1, column 1. 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.

VNC0933I

exec-name DEBUG attribute set=1 or 2, source=DEFAULT or PANEL

This is a user requested debug message issued by VNCRXC07, the VIEW host command, to show the number of the attribute set either extracted from the “***” panel line keyword AT1 or AT2, or defaulted to “1” if no attribute set keyword was found. 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.

VNC0932E

member-name error sending panel to client; RTC=hex-return-code; RSC=hex-reason-code

Error message issued by VNCRXC07, the VIEW host command, when a communication error occurs while sending the panel XML output message to the VNAC client. Verify 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.