5 18 7 STORE

LANSA Integrator

5.18.7 STORE

The STORE command allows the loaded or transformed source to be stored to an internal storage area for later retrieval using the LOAD METHOD (*STORAGE) NAME (name) command, or to be written to an external file. When saving to an external file the UTF-8 encoding is used.

Syntax:

Command

Keyword

Value

Developer notes for Command/Keyword/Value

STORE

FILE

value

Optional. Local file name.

NAME

*DEFAULT

Optional. Default. Storage name.

value

 

OBJECT

*LOAD

Optional. Default. Store XML source.

*TRANSFORM

Store XML transformed source.

*DOCUMENT

Store active DOM object to specified file.

ENCODING

 

Optional. See ENCODING.
Default encoding is UTF-8.

 

If no object keyword is present the load source is stored or saved to file.