COBCH1736 LOC 64 requires compilation with AMODE(64)
The ALLOCATE statement attempts to allocate storage above the 2Gb bar but the AMODE(64) directive is not set.
Resolution:
Set the AMODE(64) directive when compiling programs that need to allocate storage above the 2Gb bar.
Parent topic:
COBCH1721 - COBCH1740