Optional. Use MOVE O to rearrange pieces of the output record before the record is written to the output file. CODE-1 Plus processes the record and copies the record to an output record array. If you specify output move operations, CODE-1 Plus copies the entire record to a temporary work area, and then copies data from a specific location in the work area back to a specific location in the output record array. This information is then written directly to your output file (or passed to an output exit routine). A maximum of 100 MOVE O parameters can be defined for a job. The MOVE O parameters are processed one at a time, in sequence from top to bottom.
Position |
Field Name |
Description |
---|---|---|
1-6 |
Keyword |
Required. MOVE O is the only acceptable entry. |
8-10 |
Location of Source |
Required. Specify the location in the work area of the information to be copied. Optionally, you can enter one of the following codes to copy different types of generic information to the target location:
|
12-13 |
Length of Source/Target |
Required. Length of the information to be copied to the target location. No default. |
15-17 |
Location of Target |
Required. Location in the output record to which you want the source information copied. No default. |