exec-name member-name VIEWICROW or VIEWICCOL has a nonnumeric value 4-byte hex value
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 was defined with a nonnumeric value. The first 4 bytes of the variable’s value is displayed as a 4-byte hex value in the message. 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.
exec-name member-name VIEWICROW or VIEWICCOL defined but has a null value
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 was defined with a null value. The value used in the panel will default to 1. These variables only have meaning for input type panels, but their use is optional. 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.
exec-name DEBUG PNL=member-name; VIEWICROW=cursor-row; VIEWICCOL=cursor-column
This is a user requested debug message issued by VNCRXC07, the VIEW host command, to show the values retrieved from the REXX variables VIEWICROW and VIEWICCOL. The cursor row and column will both default to 1 if the corresponding variable had no value assigned. 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.
exec-name member-name variable “&variable-name” not defined; ROW=row-number, COL=column-number
Warning message issued by VNCRXC07, the VIEW host command, when variable-name was found in panel member-name at position row-number, column-number, but no REXX variable or global variable was found to assign a value to it. The panel is displayed with blanks in place of the variable name. If variable-name refers to an input variable in an input type panel, it should be defined with at least a null value, otherwise the VIEW command assumes that the corresponding attribute variable is not defined either and does not pass the variable attributes to the VNAC client. Panel coordinates are relative to the upper left corner position being row 1, column 1.
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.
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.
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.
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.”
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.
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.