IBM AS/400 manual CRTBNDRPG Command, character-value, EXPDDS, and

Models: AS/400

1 489
Download 489 pages 47.95 Kb
Page 437
Image 437
*EXPDDS, and

 

 

 

 

 

CRTBNDRPG Command

 

*ALL

 

 

 

 

 

 

Generates the

listing, source

and copy views for debugging the

 

program

object.

The

information

contained

in the listing view is

on whether *SHOWCPY,

*EXPDDS, and

*SRCSTMT are

specified for the

 

OPTION

parameter.

 

 

 

 

*NONE

 

 

 

 

 

Disables all of the debug options for debugging the compiled object.

OUTPUT

Specifies if a compiler listing is generated.

 

*PRINT

 

 

 

 

 

 

Produces

a

compiler listing, consisting

of the ILE

RPG program so

 

all compile-time messages. The information contained in the listing

 

dependent on

whether *XREF, *SECLVL, *SHOWCPY, *EXPDDS,

*EXT,

*SHOWSKP,

and

*SRCSTMT are specified for

the OPTION

parameter.

*NONE

Do not generate the compiler listing.

OPTIMIZE

Specifies the level of optimization, if any, of the program.

*NONE

Generated code is not optimized. This is the fastest in terms time. It allows you to display and modify variables while in

*BASIC

Some optimization is performed on the generated code. This allo variables to be displayed but not modified while the program mode.

*FULL

Optimization which generates the most efficient code. Translatio the longest. In debug mode, user variables may not be modifie be displayed although the presented values may not be current

INDENT

 

 

Specifies whether structured operations should

be indented in

the

for enhanced readability. Also specifies the

characters that

are

the structured operation clauses.

 

 

Note: Any indentation that you request here will not be reflected debug view that is created when you specify DBGVIEW(*LIST)

*NONE

Structured operations will not be indented in the source listing.

character-value

The source listing is indented for structured operation clauses

statements

and

clauses are

marked

using

the characters

you

cho

can

choose any

character

string

up to

2

characters

in

length.

use a blank in your character string,

you

must enclose

the

str

quotation

marks.

 

 

 

 

 

 

 

 

Note:

The

indentation may not appear as

expected if

there

are

 

the

program.

 

 

 

 

 

 

 

Appendix C. The Create Commands413

Page 437
Image 437
IBM AS/400 manual CRTBNDRPG Command, character-value, EXPDDS, and