CL Command Reference - CRTCLMOD
CL Command List > CRTCLMOD Reference
Description:
The Create Control Language Module (CRTCLMOD) command creates a control language (CL) module from the specified CL source member.
Examples:
Example 1: Creating a CL Module
CRTCLMOD PAYROLL TEXT(¡¯Payroll Program¡¯)
This command calls the ILE CL compiler to create a module (*MODULE) named PAYROLL. The CL procedure source is in the default source file QCLSRC in the member PAYROLL. A compiler listing is created.