MPE/iX Commands Reference Manual (32650-90877)

Chapter 4 129
Command List II
Commands CALC thru COPY
Use
This command may be issued from a session, job, or program but not in BREAK. Pressing
Break suspends the execution of this command. Entering the RESUME command continues
the execution.
Examples
To compile, link, and execute an HP COBOL II/iX program entered from your standard
input device and send the program listing to your standard list device, enter:
COB85XLG
To compile, link, and execute an HP COBOL II/iX program from the disk file TEXTFL and
send the program listing to the disk file LISTFL, enter:
COB85XLG TEXTFL,LISTFL
Related Information
Commands COB85XL, COB85XLK, LINK, RUN, XEQ, LINKEDIT Utility
Manuals HP COBOL II/XL Reference Manual
HP COBOL II/XL Programmer's Guide
COB85XLK
Compiles and links an HP COBOL II/iX program using the 1985 ANSI standard entry
point. HP COBOL II/iX is not part of the HP 3000 Series 900 Computer System
Fundamental Operating Software and must be purchased separately. This command is
recognized only if HP COBOL II/iX is installed on your system. (Native Mode)
Syntax
COB85XLK[
textfile
]
[ ,[
progfile
] [ ,[
listfile
] [ ,[
masterfile
] [ ,
newfile
] ] ] ]
[ ;INFO=
quotedstring
] [ ;WKSP=
workspacename
] [ ;XDB=
xdbfilename
]
NOTE
This command follows the optional MPE/iX command line syntax. Refer to
"Optional Format for MPE/iX Commands" at the beginning of this chapter.
Parameters
textfile
The name of the file that contains the source code that is to be compiled.
This can be any ASCII or toolset access method (TSAM) file. The formal
file designator is COBTEXT.
If you are running HP COBOL II/iX from your terminal, you will probably
specify a disk
textfile
. If you do not specify
textfile
, the default file is
$STDIN. $STDIN is the current input device, usually your terminal.
progfile
The name of the object file to which the Link Editor writes the linked
program. If you do not specify
progfile
, the default is $NEWPASS.