Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Language Reference Manual

PLIOVER

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.

Read syntax diagramSkip visual syntax diagram>>-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).


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)