IBM AS/400 Frozen Dessert Maker User 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