This built-in subroutine moves z storage units (bytes)
from location y to location x, without any conversions,
padding, or truncation. Unlike the PLIMOVE built-in subroutine,
the storage at locations x and y can overlap.
 >>-PLIOVER(x,y,z)----------------------------------------------><
|
- x
and y
- Expressions declared as POINTER or OFFSET. If the type is
OFFSET, x or y must be declared with the AREA
attribute.
- z
- Expression. z must have a computational type and
is converted to FIXED BINARY(31,0).
Usage of PLIOVER is the same as PLIMOVE, with the exception that
storage for x and y can overlap (see PLIMOVE).
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)