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

UNALLOCATED

UNALLOCATED returns a bit(1) value indicating whether or not a specified pointer value is the start of a piece of allocated storage. To use this built-in function, you must also specify the CHECK(STORAGE) compile-time option.

Read syntax diagramSkip visual syntax diagram>>-UNALLOCATED(P)----------------------------------------------><
 
p
Pointer expression.

UNALLOCATED returns the bit(1) value '1'b if the specified pointer value is the start of a piece of storage obtained via the ALLOCATE statement or the ALLOCATE built-in function.


Terms of use | Feedback

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