The MOVEL procedure is basically a replacement for the MOVEL opcode. the MOVEL procedure may be used within expressions and between /FREE and /END-FREE statements. In these situations the MOVEL opcode itself is not allowed.
The MOVEL procedure is a free-format substitute for the MOVEL opcode which is unavailable in free format RPG IV. The MOVEL procedure works with character variables only.
void Move( szSource 32766A OPTIONS(*VARSIZE) szTarget 32766A VALUE VARYING szPAD 1A CONST OPTIONS(*NOPASS) ) |
The function has no return value.
This procedure is intended for demonstration purposes only and should not be considered a replacement for the MOVEL or EVAL operation codes.