ILE COBOL Programmer's Guide
Application Programming Interfaces (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.
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.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.