×
The MOVEL operation moves characters from factor 2 to the result field and it does that by moving the leftmost character first. ***Here due to MOVEL operation the data will start filling from the left.
The MOVEL operation transfers characters from factor 2 to the result field. Moving begins with the leftmost character in factor 2.
People also ask
MOVE(P) opcode in rpgle is used to move the field value in factor-2 to result field.If factor 2 is shorter than the length of the result field, ...
Jan 4, 2017 · Say I have a character field 10 A, I want to put a '42' in front, so I would do this MoveL '42' Field In free form Field = '42', but clears ...
Jul 31, 2003 · A perfectly coded program based on a bad design is going to be a nightmare… Even on an iSeries. Joseph R. Cattano IS/Tech Support Goldman ...
Sep 27, 2016 · I can think of two ways to replace MOVE and MOVEL with free-form code. The first is to string together math expressions and/or built-in ...
Jan 13, 2005 · EVAL is "copy left-justified" whereas MOVEL is copy left-justified. ... MOVEL effectively utilize a built-in %SUBST function. ... -- This is the RPG ...
Nov 8, 2001 · If you need a program to run faster, don't worry about whether you should use a MOVEL or EVAL or Z-ADD. Instead, see if you can improve the I/O.