SQL/MX Programming Manual for C and COBOL (G06.24+, H06.03+)

COBOL Program Compilation
HP NonStop SQL/MX Programming Manual for C and COBOL523627-004
16-32
nmcobol Utility: Using One Command for All
Compilation Steps
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 annotated source file).
-WmoduleCatalog=arg Directs the SQL/MX preprocessor to use
the catalog name if the input sql-file
does not have a MODULE directive or
its MODULE directive does not specify a
catalog name.
-WmoduleSchema=arg Directs the SQL/MX preprocessor to use
the schema name if the input sql-file
does not have a MODULE directive or
its MODULE directive does not specify a
schema name.