MOVEreferenceliteralTOreference;reference A valid z/OS® Debugger COBOL reference. literal A valid COBOL literal.Usage notesFor Enterprise COBOL for z/OS Version 5, you can use the MOVE command to update the following special registers: JNIENVPTR SHIFT-IN SHIFT-OUT LINAGE-COUNTER of <FD> ...
Note the qualification used in this example. Assign the value of 123 to the first table element ofitm-2. MOVE 123 TO itm-2(1,1); You can also use reference modification to assign values to variables as shown in the following two examples. ...
You can also use reference modification to assign values to variables as shown in the following two examples. MOVE aa(2:3) TO bb; and MOVE aa TO bb(1:4); Related tasks Enterprise COBOL for z/OS Programming Guide Related references ...
Note the qualification used in this example. Assign the value of 123 to the first table element ofitm-2. MOVE 123 TO itm-2(1,1); You can also use reference modification to assign values to variables as shown in the following two examples. ...
Note the qualification used in this example. Assign the value of 123 to the first table element ofitm-2. MOVE 123 TO itm-2(1,1); You can also use reference modification to assign values to variables as shown in the following two examples. ...