+-------------------------------IBM Extension--------------------------------+
Purpose
Returns the address of X that can then be used to define an integer POINTER.
Class
Inquiry function
Argument Type and Attributes
Result Type and Attributes
The result is of type INTEGER(4) in 32-bit mode and of type INTEGER(8) in 64-bit mode.
Result Value
The result is the address of the data object, or, if X is a pointer, the address of the associated target. The result is undefined if the argument is not valid.
Examples
INTEGER A,B POINTER (P,I) P=LOC(A) P=LOC(B) END
+----------------------------End of IBM Extension----------------------------+