MPE/iX Commands Reference Manual (32650-90877)

Chapter 4 135
Command List II
Commands CALC thru COPY
The USL file created during compilation is a system-defined temporary file, $OLDPASS,
which is passed directly to the MPE segmenter. The segmenter purges the USL file and
writes the prepared program to $OLDPASS, which is then executed and may be executed
repeatedly.
You cannot backreference the formal file designators used in this command (COBTEXT,
COBLIST, COBMAST, COBNEW, COBWKSP, and COBXDB) as actual file designators in the
command parameter list. For further information, refer to the "Implicit FILE Commands
for Subsystems" discussion of the FILE command.
Use
This command may be issued from a session, job, or program. It is not available in BREAK.
Pressing
Break suspends the execution of this command. Entering the RESUME command
continues the execution.
Examples
To compile, prepare, and execute a compatibility mode COBOLII program entered from
your standard input device and send the program listing to your standard list device,
enter:
COBOLIIGO
To compile, prepare, and execute a COBOLII program from the disk file TEXTFL and send
the program listing to the disk file LISTFL, enter:
COBOLIIGO TEXTFL,LISTFL
Related Information
Commands COBOLII, COBOLIIPREP, LINK, RUN, XEQ, LINKEDIT Utility
Manuals HP COBOL II/XL Reference Manual
COBOLIIPREP
Compiles and prepares a compatibility mode COBOLII program on the COBOL 74
compiler. COBOLII is not part of the HP 3000 Series 900 Computer System Fundamental
Operating Software and must be purchased separately. The native mode equivalent of this
command is COB74XLK.
For information on the 85 entry point, refer to the COBOL/II 3000 Reference Manual
Syntax
COBOLIIPREP[
textfile
]
[ ,]
progfile
] ,[
listfile
] [ ,[
masterfile
] [ ,
newfile
] ] ]
[ ;INFOR=
quotedstring
] [ ;WKSP=
workspacename
]
Parameters
textfile
Actual file designator of the input file from which the source program is
read. This can be any ASCII input file. Formal file designator is COBTEXT.
Default is $STDIN.