


ACUCOBOL-GT has a large set of library routines built into the runtime system. These routines may be accessed via the CALL verb. This appendix describes each of these routines in detail. The routines are listed in alphabetical order.
C$MEMCPY (Dynamic Memory Routine)
Routines to Handle Dynamic Memory
M$ALLOC (Dynamic Memory)
M$FREE (Dynamic Memory)
M$GET (Dynamic Memory)
M$PUT (Dynamic Memory)
In the library routine descriptions that follow, the phrase "Numeric parameter" indicates a data item or literal that contains a numeric value in any of the
following formats:
Signed or unsigned COMP-4 (or internal equivalent such as COMP-X)
Unsigned PIC 9 USAGE DISPLAY
PIC X containing digits (other data ignored)
Unsigned numeric literal
Alphanumeric literal containing digits (other data ignored)
Note that any routine that has a GIVING phrase specified for it in its USAGE may omit that phrase. If this is done, then the routine's return value will be placed into the special register RETURN-CODE instead.