ECN-4320: SYSTEM-INFORMATION now includes bittedness of the runtime

Type of Change: Enhancement

Product: ACUCOBOL-GT

Module: runtime

New Version: 10.0.0

Machines Affected: All

Known Versions Affected: All

Description of enhancement

ACCEPT ... FROM SYSTEM-INFO now includes information about whether the runtime is 32-bit or 64-bit. If the variable being accepted is 68 bytes or more, the 68th bytes will by Y if the runtime is 64-bit, and N if not.

The standard COPY file ACUCOBOL.DEF includes a FILLER item with a level 88, IS-64-BIT, which you can use to query this information.