Please enable JavaScript to view this site.

This is an OPTIONAL call to Store the text for a Line ID which you may then subsequently write using the *WRITE call. You may store a blank portion of data by specifying blank in ‘Data to store’ and specifying ‘Length of output data’ as the number of blank spaces you want. If the data that you store ends up wider than the selected output [132 or 264 for *WIDE] then the information will be truncated.

Note: If you use the same Line ID more than once then subsequent calls will append the data until a *WRITE is called.

Parameter

In

Len

Comment

PARM1

Line ID (opt)

10

Unique ID for the stored information, may be blank.

PARM2

Data to store

132


PARM3

Length of output data (opt)

3

Used when storing blank information or using Right Align

PARM4

Right Align [*YES] (opt)

4

If you specify *YES then you must specify an entry in PARM3. Any text will be right aligned to the position you specify.

If the length of data to store is longer than the value specified in PARM3 then Right Align will be ignored.

PARM5


 


PARM6

*STORE

7