SQL Supplement for H-Series RVUs
SQL/MP Programming Manual for COBOL
HP NonStop SQL Supplement for H-Series RVUs—529446-005
1-40
Running the SQL Compiler
object-file
is a Guardian disk file name. This file cannot be part of a user library, a system
library, or a DLL. The object file can be generated by these programs:
•
HP COBOL compiler
•
Binder program or linker
•
Accelerator or OCA
•
SQL compiler
You must run the SQL compiler on the same system where object-file exists.
If you do not specify a system or volume name, the SQL compiler uses current
default values.
list-file
is the destination to which the SQL compiler directs the listing. list-file can be
a disk file name, process name (including a spooler collector), or a device name
(including a terminal, magnetic tape unit, or line printer) as follows:
[\node.]file
\node
is an optional node (system) name.
\file
is one of these Guardian names:
[$volume-name.][subvolume-name.]disk-file-name
$device-name
$device-number
$process-name
$spooler-collector-name[.#spooler-location-name]
list-file can also be a class SPOOL DEFINE name.
If list-file does not exist, the SQL compiler creates it. If list-file already
exists, the SQL compiler appends the new output to it.
If you specify OUT but omit list-file, the SQL compiler does not generate a
listing. If you omit OUT, the SQL compiler directs the listing to the OUT file of the
invoking process (usually, your home terminal).
run-option
is a TACL RUN command option as described in the TACL Reference Manual.










