Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SAVE-VARIABLE-CONTAINER Save variable container

&pagelevel(4)&pagelevel

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


0CMD0001No error

1CMD0202Syntax error

3CMD2203Incorrect syntax file

32CMD0221System error (internal error)

64CMD0216Do not have required privilege

64SDP0091Semantic error

130SDP0099No further address space available

Example

See the SHOW-VARIABLE-CONTAINER-ATTR command, "SHOW-VARIABLE-CONTAINER-ATTR Display open variable containers ".