IBM AS/400 Frozen Dessert Maker User Manual


 
CRTBNDRPG Command
| *NODEBUGIO
| Do not generate breakpoints for input and output specifications.
*NOEVENTF
Do not create an Event File for use by CoOperative Development
Environment/400 (CODE/400). CODE/400 uses this file to provide error
feedback integrated with the CODE/400 editor. An Event File is normally
created when you create a module or program from within CODE/400.
*EVENTF
Create an Event File for use by CoOperative Development
Environment/400 (CODE/400). The Event File is created as a member in
file EVFEVENT in the library where the created module or program object
is to be stored. If the file EVFEVENT does not exist it is automatically
created. The Event File member name is the same as the name of the
object being created.
CODE/400 uses this file to provide error feedback integrated with the
CODE/400 editor. An Event File is normally created when you create a
module or program from within CODE/400.
DBGVIEW
Specifies which level of debugging is available for the compiled program object,
and which source views are available for source-level debugging.
*STMT
| Allows the program object to be debugged using the Line Numbers or
| Statement Numbers of the compiler listing. Line Numbers are shown on the
| left-most column of the source section of the compiler listing when
| OPTION(*NOSRCSTMT) is specified. Statement Numbers are shown on
| the right-most column of the source section of the compiler listing when
| OPTION(*SRCSTMT) is specified.
*SOURCE
Generates the source view for debugging the compiled program object.
This view is not available if the root source member is a DDM file. Also, if
changes are made to any source members after the compile and before
attempting to debug the program, the views for those source members may
not be usable.
*LIST
Generates the listing view for debugging the compiled program object. The
information contained in the listing view is dependent on whether
| *SHOWCPY, *EXPDDS, and *SRCSTMT are specified for the OPTION
parameter.
Note: The listing view will not show any indentation that you may have
requested using the Indent option.
*COPY
Generates the source and copy views for debugging the compiled program
object. The source view for this option is the same source view generated
for the *SOURCE option. The copy view is a debug view which has all the
/COPY source members included. These views will not be available if the
root source member is a DDM file. Also, if changes are made to any source
members after the compile and before attempting to debug the program,
the views for those source members may not be usable.
412 ILE RPG for AS/400 Programmer's Guide