ALLOCATE allocates storage of size n in heap storage
and returns the pointer to the allocated storage.
 >>-ALLOCATE(n)-------------------------------------------------><
|
Abbreviation: ALLOC
- n
- Expression. n must be nonnegative. If necessary, n is
converted to REAL FIXED BINARY(31,0).
If the requested amount of storage is not available, the STORAGE
condition is raised.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)