Previous Topic: Verify Storage Before a ChangeNext Topic: Scroll an Address with the SET Command


Move Data with the MOVEIN Command

The MOVEIN command, which lets you move data, has two formats:

The length parameter, L=len, specifies the number of bytes to be moved. The maximum value for len is decimal 256, specified as 256T.

Example

To move twenty (hexadecimal 14) bytes of data from NEWNAME into CUSTNUM, enter:

CORE='CUSTNUM'=MOVEIN,L=14,FROM='NEWNAME'