MPE/iX Quick Reference Guide (32650-90881)

Chapter 1 19
Command Descriptions
Commands Syntax
COBOLII
Compiles a compatibility mode COBOLII program on the COBOL 74 compiler.
COBOLII [
textfile
][,[
uslfile
][,[
listfile
][,[
masterfile
][,
newfile
]]]]
[;INFO=
quotedstring
] [;WKSP=
workspacename
]
BUILD OBJECT;CODE=USL
COBOLII SOURCE,OBJECT,LISTFL
COBOLIIGO
Compiles, prepares, and executes a compatibility mode COBOLII program on the COBOL
74 compiler.
COBOLIIGO [
textfile
][,[
listfile
][,[
masterfile
][,
newfile
]]]
[;INFO=
quotedstring
][;WKSP=
workspacename
]
COBOLIIGO TEXTFL,LISTFL
COBOLIIPREP
Compiles and prepares a compatibility mode COBOLII program on the COBOL 74
compiler.
COBOLIIPREP [
textfile
]
[,[
progfile
][,[
listfile
][,[
masterfile
][,
newfile
]]]]
[;INFO=
quotedstring
][;WKSP=
workspacename
]
COBOLIIPREP SFILE,MYPROG
COMMENT
Inserts a comment into the command stream.
COMMENT [
text
]
!JOB USER.TECHPUBS
!COMMENT THIS IS A SAMPLE JOB
!FORTGO MYPROG
!EOJ
CONSOLE
Changes the system console from its current device to another job-accepting terminal.
CONSOLE [
ldev
]
CONSOLE 31
CONTINUE
Overrides any job error which may occur in the next command so that the job or user
command (command file or UDC) continues executing.
CONTINUE
!JOB USER.PUBS
!CONTINUE
!RUN MYPROG
.