Domain: PROCEDURE
Command description
The SAVE-VARIABLE-CONTAINER command is used to save variable containers.
Format
SAVE-VARIABLE-CONTAINER |
CONTAINER-NAME = <composed-name 1..64 with-wild(80)>(...) / list-poss(2000): <composed-name 1..64>(...) <composed-name 1..64 with-wild(80)>(...) ELEMENT-VERSION = *SAME / *INCREMENT list-poss(2000):<composed-name 1..64>(...) ELEMENT-VERSION = *SAME / *INCREMENT |
Operands
CONTAINER-NAME =
Name of the variable container.
CONTAINER-NAME = <composed-name 1..64 with-wild(80)>(...)Variable container which matches the specified search pattern.
ELEMENT-VERSION =
Designates the version number of the library element.
ELEMENT-VERSION = *SAME
The version number of the element remains unchanged.
ELEMENT-VERSION = *INCREMENT
The version number of the element is incremented.
LOCK-ELEMENT = *NO must be specified in OPEN-VARIABLE-CONTAINER.
CONTAINER-NAME = list-poss(2000): <composed-name 1..64>(...)
List of names of the variable containers.
ELEMENT-VERSION =
Designates the version number of the library element.
ELEMENT-VERSION = *SAME
The version number of the element remains unchanged.
ELEMENT-VERSION = *INCREMENT
The version number of the element is incremented.
LOCK-ELEMENT = *NO must be specified in OPEN-VARIABLE-CONTAINER.
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 command, "SHOW-VARIABLE-CONTAINER-ATTR Display open variable containers ".