The type of user ID, either AGENT or USER.
Wiki Category: VNAC
hex-return-value
The 4-byte returned value generated by the source listed in the message, displayed as an 8-character, hexadecimal value.
hex-return-code
The 4-byte return code generated by the source listed in the message, displayed as an 8-character, hexadecimal value.
hex-reason-code
The 4-byte reason code generated by the source listed in the message, displayed as an 8-character, hexadecimal value.
global-variable-name
A global variable name that is a parameter of a pipe stage.
global-var-status
The status of the named global variable at the time of a DEFINE, DELETE, GET, or PUT request, as follows:
DEFINE – already exists or does not exist
DELETE – does not exist or found
GET – not found or REXX value set to global value (the variable was found)
PUT – does not exist or global value set to REXX value (the variable did exist)
global-var-name
The name of a global variable.
global-var-count
The number of global variables restored to memory buffers in the VNAC agent upon the first reference to a global variable.
global-var-change
The result of a global variable DEFINE, DELETE, GET, or PUT request, as follows:
DEFINE
not defined – The variable already exists -OR-
now defined – The variable did not previously exist
DELETE
not deleted – The variable did not exist -OR-
now deleted – The variable did previously exist
GET
value unchanged – The variable did not exist -OR-
REXX value set to global value – The variable did exist
PUT
not created – The variable did not exist -OR-
global value set to REXX value – The variable did exist
function-name
The name by which the VNAC function is called from a REXX exec.
