SQL/MX Programming Manual for Java

Processing SQLJ Programs
HP NonStop SQL/MX Programming Manual for Java523726-003
5-32
Options for the SQL/MX Compiler
For example, this command directs the customizer to use mycat.mysch as the
catalog and schema for unqualified SQL/MX object names and modules:
java sqlj.tools.Sqlj -schema=mycat.mysch MyProg.sqlj
Options for the SQL/MX Compiler
Use these options to influence how the SQL/MX compiler processes the module
definition files of a program.
-M-help
The -M-help flag directs the SQLJ translator program to display information about the
command-line options of the SQL/MX compiler. For example, this command displays
the help text of the SQL/MX compiler:
java sqlj.tools.Sqlj -M-help
-M-v
The -M-v option turns on or off the display of status messages (verbose output) during
SQL compilation. For example, this command displays status messages during SQL
compilation:
java sqlj.tools.Sqlj -M-v=true MyProg.sqlj