MPE/iX Quick Reference Guide (32650-90881)

46 Chapter1
Command Descriptions
Commands Syntax
RPG
Compiles an RPG/V program in compatibility mode.
RPG [
textfile
][,[
uslfile
][,[
listfile
][,[
masterfile
][,
newfile
]]]]
BUILD OBJECT;CODE=USL
RPG SOURCE,OBJECT,LISTFL
RPGGO
Compiles, prepares, and executes an RPG/V program in compatibility mode.
RPGGO [
textfile
][,[
listfile
][,[
masterfile
][,
newfile
]]]
RPGGO SOURCE,LISTFL
RPGPREP
Compiles and prepares an RPG/V program in compatibility mode.
RPGPREP [
textfile
][,[
progfile
][,[
listfile
][,
masterfile
][,
newfile
]]]
RPGPREP,COMFL
SAVE $OLDPASS,NUSL
RPGXL
Compiles an RPG/XL program.
RPGXL [
textfile
][,[
objectfile
][,
listfile
]] [;INFO=
quotedstring
]
RPGXL RPGSRC,MYRPGOBJ,LISTFILE
RPGXLGO
Compiles, links, and executes an RPG/XL program.
RPGXLGO [
textfile
][,
listfile
]
RPGXLGO RPGSRC,LISTFILE
RPGXLLK
Compiles and links an RPG/XL program.
RPGXLLK [
textfile
][,[
progfile
][,
listfile
]]
RPGXLLK RPGSRC,RPGPROG
RUN
Executes a prepared or linked program.
RUN
progfile
[,["]
entrypoint
["]][;NOPRIV][;LMAP][;DEBUG]
[;MAXDATA=
maxstack
] [;PARM=
parameternum
]
[;STACK=
stacksize
] [;DL=
dlsize
] [;NMSTACK=
nmstacksize
]