IBM AS/400 manual CRTBNDRPG Command, Replace

Models: AS/400

1 489
Download 489 pages 47.95 Kb
Page 439
Image 439
REPLACE

CRTBNDRPG Command

library-name

Enter the name of the library where the sort sequence table

LANGID

Specifies the language identifier to be used when the sort sequ *LANGIDUNQ and *LANGIDSHR. The LANGID parameter is used in conjunc- tion with the SRTSEQ parameter to select the sort sequence table.

*JOBRUN

Use the LANGID value associated with the job when the RPG pr executed.

*JOB

Use the LANGID value associated with the job when the RPG pr created.

language-identifier

Use the language identifier specified. (For example, FRA for DEU for German.)

REPLACE

Specifies if a new program is created when a program of the sa already exists in the specified (or implied) library. The interme

created

during the

processing

of the

CRTBNDRPG

command

are

not sub

the

REPLACE

specifications,

and

have

an

implied REPLACE(*NO)

against

the

QTEMP library. The intermediate modules is deleted once

the

CRTBNDRP

command

has

completed

processing.

 

 

 

 

 

 

 

*YES

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

A

new

program

is

created

in

the

specified

library.

The

exist

the

same

name

in

the

specified

library is

moved

to

library Q

*NO

A new program is not created if a program of the same name a exists in the specified library. The existing program is not message is displayed, and compilation stops.

USRPRF

Specifies the user

profile that

will run

the created

program obj

the program

owner or

the

program

user

is

used to

run

the

progra

control which

objects

can

be used by

the program

(including

the

program has for each object). This parameter is not updated if already exists. To change its value, you must delete the program using the new value (or, if the constituent *MODULE objects exist, choose to invoke the CRTPGM command).

 

*USER

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

The program

runs

under the

user

profile

of

the

 

program's

user.

 

*OWNER

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

The program runs under the

user

profile

of

both

the

program's

 

owner.

The

collective

set

of object

authority

in

both

user

pr

 

to find and access objects while the program is

running.

Any

o

 

created

during

the

program are

owned

by

the

program's user.

AUT

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Specifies the authority given to users who do not

 

have

specific

 

object,

who

are not on

the

authorization

list, and

whose

user

gr

Appendix C. The Create Commands415

Page 439
Image 439
IBM AS/400 manual CRTBNDRPG Command, Replace