Application Programming Interfaces (APIs)
Application Programming Interfaces (APIs)
ILE COBOL Bindable APIs
ILE COBOL uses new bindable APIs instead of the OPM runtime routines:
- QlnRtvCobolErrorHandler ILE bindable API replaces QLRRTVCE
- QlnSetCobolErrorHandler ILE bindable API replaces QLRSETCE
- QlnDumpCobol ILE bindable API replaces QLREXHAN to produce a formatted
dump
- QLRCHGCM is not supported in ILE COBOL. Use named ILE activation groups
to obtain multiple run units.
Calling OPM COBOL/400 APIs
OPM COBOL/400 APIs can be called from ILE COBOL but they will only affect OPM COBOL/400 run
units.
To affect ILE COBOL run units, use the corresponding ILE APIs or the ACTGRP
parameter of the CRTPGM command.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.