NIPO ODIN Version 5.17*MOVUPurpose Transfers data to a data field in the closed answers record (U-file). Syntax
Description Data specified in the second argument is transferred to the data field specified in the first argument. This command is used to transfer data from the T-file or Sample table record to a data field in the record with closed answers. The original contents of the receiving data field are overwritten. This command may also allowed under condition. Arguments
Remarks Positions in the T-file are linked to fields in the Sample table. For more information, see Copying Positions From a T-file for details. As a result you should not refer to positions in the T-file that overlap fields. For example, the following script: *MOVU 155L55 136L55 Results in the message Example 1 *QUESTION 1 *NUMBER 290L2 *ADDRESS This example stores the contents of position 290-291 of the T-file or Sample table record into question 2 (position 61-62). Example 2 *QUESTION 701 *ALPHA 1L17 *ADDRESS This example stores the telephone number (position 1-17 of the T-file or Sample table record) into question 702 (position 101-117). |
||
|