This example shows you how to create a program object from a module using the CRTBNDCBL command.
CRTBNDCBL PGM(MYLIB/XMPLE1)
SRCFILE(MYLIB/QCBLLESRC) SRCMBR(XMPLE1)
OUTPUT(*PRINT)
TEXT('ILE COBOL Program')
CVTOPT(*FLOAT)and press Enter.
The CRTBNDCBL command creates the program XMPLE1 in MYLIB. The OUTPUT(*PRINT) option specifies that you want a compilation listing.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.