SQL/MX 3.2.1 Programming Manual for C and COBOL (H06.26+, J06.15+)
C/C++ Program Compilation
HP NonStop SQL/MX Release 3.2.1 Programming Manual for C and COBOL—663854-005
15-46
c89 Utility: Using One Command for All Compilation
Steps
-Wtimestamp=value Passes a creation timestamp to the SQL/MX
preprocessor. Ignored if -Wsqlmx is not
specified. If set more than once, only the last
occurrence takes effect. c89 does not validate
value. Validation is left to the preprocessor.
For details about the form of value, see -t
timestamp on page 15-22.
-Wmxcmp[={"args" | args}] Invokes the SQL/MX compiler. If compiling
with embedded module definitions, invokes
mxCompileUserModule. If compiling with
separate module definition files, invokes
mxcmp. Cannot be specified with -Wsql,
-Wsqlcomp, -Wmigrate, or
-WIEEE_FLOAT. You can use either or both
warn or verbose args, separated by
commas without space between them.
warn Directs the SQL/MX compiler to return a
warning rather than an error if a table does
not exist at compile time.
verbose Directs the SQL/MX compiler to display
summary information, in addition to error and
warning messages.
-Wmxcmp_querydefault=
compiler_attribute_name=
compiler_attribute_value
[,compiler-attribute-
value...]
Directs the SQL/MX compiler to issue the
control query default setting at the command
line. The command-line attribute settings
override corresponding entries in the
SYSTEM_DEFAULTS table. You can specify
multiple attribute name and value pairs,
separated by commas without spaces.
-Wmxcmp_add=["args" | arg] Passes any valid set of mxcmp or
mxCompileUserModule options (args) to
the SQL/MX compiler (mxcmp or
mxCompileUserModule) without change or
validation. The SQL/MX compiler validates the
syntax. You can specify multiple options and
value pairs, separated by spaces.
-Wmxcmp_files=args Passes the .m files specified here to mxcmp for
module compilation (with module definition
files). Passes all files without the .m file
extension to mxCompileUserModule for
module compilation (with embedded module
definitions in the annot
ated source file).










