SHOW-VARIABLE outputs the contents of variables.
If SHOW-VARIABLE is applied to a list or an array, the elements are output in the numeric order of their indices.
If SHOW-VARIABLE is applied to a structure, the elements are output in the order of the element declarations.
SHOW-VARIABLE Alias: SHV | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Return codes
It is possible that part of the command has been processed and executed when the error occurs. In this case, the result of the command is not guaranteed.
(SC2) | SC1 | Maincode | Meaning/Guaranteed messages |
0 | CMD0001 | No error | |
1 | 0 | CMD0001 | Warning; no variable found |
1 | CMD0202 | Syntax error | |
3 | CMD2203 | Incorrect syntax file | |
32 | CMD0221 | System error (internal error) | |
64 | SDP0091 | Semantic error Guaranteed message: SDP1008 | |
130 | SDP0099 | No further address space available |