HP COBOL II/XL Quick Reference Guide (31500-90015)

A-: 2
Parameters
textfile
MPE or TSAM file containing your source program. This
file can be compiled. The default is $STDIN.
objectfile
Relocatable object code file. This file can be linked.
The default is $NEWPASS or $OLDPASS. The object file
code can be NMOBJ or NMRL. The compiler will take the
appropriate actions for existing files.
progfile
Executable program file. This file can be executed.
The default is $NEWPASS.
listfile
File on which your source code will be listed. The
default is $STDLIST.
masterfile
MPE or TSAM file to be merged with
textfile
to produce a
composite source program. If
masterfile
is omitted, the
entire source is from
textfile
.
newfile
MPE file into which the merged
textfile
and
masterfile
is written. For details, refer to the
HP COBOL II/XL
Reference Manual
. If
newfile
is omitted, no new file is
written.
info
A string whose value is a command list of the form:
"$
compiler_command
[$
compiler_command
]..."
where no
compiler_command
contains the character $.
If the number of commands is long enough, you can use an
ampersand (&) to continue the
info
string. The length
limit for a compiler command is the same as the length
limit for a source program line.
In the listing file, the string "INFO=" appears where
the sequence numbers normally appear.
workspacename
Work space in which HP TOOLSET/XL can manage versions of
the source program.[REV BEG]
xdbfile
MPE XL file into which a listing of the source code is
written.
xdbfile
is used to view the source code in the
HP Symbolic Debugger/XL.[REV END]
Compiling Your Program With the RUN Command
The MPE XL RUN command runs the HP COBOL II compiler, which compiles your
source program. You can invoke the HP COBOL II compiler and compile your
HP COBOL II program with either the RUN command or a command file.
Syntax
RUN {COBOL }.PUB.SYS [,{ANSI85}];PARM=
parm
;INFO=
info
{COBOLII} [ {ANSI74}]