User's Manual
Using a Binder Listing
Product name Quantity Income
------------------------------ -------- ------------
Large 245 330,750.00
Super 15 52,500.00
Super Large 0 .00
Super Jumbo 123 2,952,000.00
Incredibly Large Super Jumbo 15 912,000.00
***Unknown*** 12 .00
Total: 4,247,250.00
Figure 41. File QSYSPRT for TRPT
Additional Examples
For additional examples of creating programs, see:
¹ “Binding to a Program” on page 98, for an example of binding a module and a
service program.
¹ “Sample Source for Debug Examples” on page 211, for an example of creating
a program consisting of an RPG and C module.
Related CL Commands
The following CL commands can be used with programs:
¹ Change Program (CHGPGM)
¹ Delete Program (DLTPGM)
¹ Display Program (DSPPGM)
¹ Display Program References (DSPPGMREF)
¹ Update Program (UPDPGM)
¹ Work with Program (WRKPGM)
For further information on these commands see the
CL Reference (Abridged)
.
Using a Binder Listing
The binding process can produce a listing that describes the resources used,
symbols and objects encountered, and problems that were resolved or not resolved
in the binding process. The listing is produced as a spooled file for the job you use
to enter the CRTPGM command. The command default is to not produce this infor-
mation, but you can choose a DETAIL parameter value to generate it at three
levels of detail:
¹ *BASIC
¹ *EXTENDED
¹ *FULL
The binder listing includes the following sections depending on the value specified
for DETAIL:
Chapter 7. Creating a Program with the CRTRPGMOD and CRTPGM Commands 85