Domain: PROCEDURE
Command description
The CLOSE-VARIABLE-CONTAINER command closes the specified variable containers.
Note
If a variable container is closed while variables stored in this container are still declared, the variables are deleted automatically.
Format
CLOSE-VARIABLE-CONTAINER |
CONTAINER-NAME = <composed-name 1..64 with-wild(80)> / list-poss(2000): <composed-name 1..64> |
Operands
CONTAINER-NAME =
Name of the variable container.
CONTAINER-NAME = list-poss(2000): <composed-name 1..64>
List of the names of the variable containers.
CONTAINER-NAME = <composed-name 1..64 with-wild(80)>
Variable container which matches a specified search pattern.
Note
If a variable container is closed the variables declared in this container are deleted.
Command return codes
(SC2) | SC1 | Maincode | Meaning |
0 | CMD0001 | No error | |
1 | CMD0202 | Syntax error | |
3 | CMD2203 | Incorrect syntax file | |
32 | CMD0221 | System error (internal error) | |
64 | CMD0216 | Do not have required privilege | |
64 | SDP0091 | Semantic error | |
130 | SDP0099 | No further address space available |
Example
See the "SHOW-VARIABLE-CONTAINER-ATTR Display open variable containers " command description.