HP NonStop SQL/MP Programming Manual page 130

For c
Table of Contents

Advertisement

Explicit Program Compilation
Entering the SQLCOMP Command
To run the SQL compiler in the Guardian environment, enter the SQLCOMP command
at the TACL prompt or from an OBEY command file by using this syntax. (For
information about running the SQL compiler using the c89 utility in the OSS
environment, see
SQLCOMP / IN object-file [ , OUT [ list-file ] ]
[ , run-option] [ , run-option ]... /
[ compiler-option [ , compiler-option ]... ]
compiler-option is:
[ CATALOG catalog-name
[ CURRENTDEFINES | STOREDDEFINES
[ EXPLAIN
[
[
[ NOEXPLAIN
[ FORCE
[ OBJECT
[ RECOMPILE
[ RECOMPILEONDEMAND | RECOMPILEALL
[ REGISTERONLY { ON | OFF }
[ NOREGISTER
[ CHECK { INVALID PROGRAM
[ COMPILE { PROGRAM [ STORE SIMILARITY INFO ] }
object-file
is a Guardian disk file name. This file cannot be part of a user library or a system
library. The object file can be generated by the C compiler, Binder program,
Accelerator, OCA, or 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 your
current default values.
list-file
identifies the destination where 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:
HP NonStop SQL/MP Programming Manual for C—429847-008
Developing a C Program in the OSS Environment
[ PLAN ]
[ DEFINES [ file-name ] [, OBEYFORM ] ] ]
| NOFORCE
| NOOBJECT
| NORECOMPILE
{ ON | OFF }
{ INVALID PLANS
{ INOPERABLE PLANS }
{ INVALID PLANS
{ INOPERABLE PLANS
Running the SQL Compiler in the Guardian
}
}
]
6-14
Environment
on page 6-28.)
]
]
]
]
]
]
]
]
]
]
]
}
} ]

Advertisement

Table of Contents
loading

Table of Contents