Micropattern to transfer multiple Data Elements
The MCI micropattern generates the transfer of the elementary Data Elements that have an identical name in two group fields. It corresponds to a MOVE CORRESPONDING COBOL statement.
Input format
You must conform to the following input format:
*!MCI "OPERAND1 OPERAND2"
where:- *! is the required start tag of the micropattern. The * must be entered in column 7, reserved for the comments in the COBOL code, and the ! must be entered in column 8.
- MCI is the micropattern identifier.
- " " must frame the operands.
- OPERAND1 is the source group field of the transfer. OPERAND2 is the target group field.
All the elementary Data Elements with identical names in both group fields are transferred. These names correspond to the character strings after the first dash (-).