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

PLIMOVE

Example

This built-in subroutine moves z storage units (bytes) from location y to location x, without any conversions, padding, or truncation. Unlike the PLIOVER built-in subroutine, storage at locations x and y is assumed to be unique. If storage overlaps, unpredictable results can occur.

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

Terms of use | Feedback

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