|
Previous Top Next |
| Description
|
|
|
| This routine will save or restore records from a file being processed.
|
|
|
| Syntax
|
|
|
| MV.PRESERVE.DATA
|
|
|
| The COMMON variable called Param is used to pass data to this routine:
|
|
|
| Mode, Filename, KeyPos where:
|
|
|
| · | Mode -
|
|
|
| · | "0" saves records in the file _CONTROL
|
| · | "1" restores the relevant records from the file _CONTROL
|
| · | Filename - the name of the file to save the records from
|
|
|
| KeyPos - the attribute in the COMMON variable FLD that contains the keys of the records to be saved, as a multi-valued list.
|