Module

 

A module is an Integrated Language Environment® (ILE) object that you create by compiling source code using the Create Module (CRTxxxMOD) command (or any of the Create Bound Program (CRTBNDxxx) commands, where xxx is C, CBL, CPP, or RPG).

You can run a module only if you use the Create Program (CRTPGM) command to bind it into a program. You typically bind several modules together, but you can bind a module by itself. Modules contain information about the SQL statements; however, the SQL access plans are not created until the modules are bound into either a program or service program.

 

Parent topic:

Application program objects

 

Related reference


Create Program (CRTPGM) command