Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

nmcobol(1) OSS Shell and Utilities Reference Manual
-Wrunnamed Directs the linker to set the RUNNAMED ON attribute in the current object le.
This attribute species that the object le runs as a named process. The default is
RUNNAMED OFF.
-W[no]saveabend
Species that a saveabend le is [not] created if the program terminates abnor-
mally. The default is -Wnosaveabend.
-Wsavetemps Saves all temporary and intermediate les created by compilation system com-
ponents. Use the -Wv ag to display the lenames.
-Wsettog=n[, n ] ...
Species a numeric toggle in the range 1 through 15 that is dened only during the
NonStop SQL/MX preprocessing step. See the HP NonStop
SQL/MX Program-
ming Manual for C and COBOL for details about the NonStop SQL/MX -d toggle
option.
All -Wsettog values that are supplied to nmcobol are automatically passed as -d
options to the NonStop SQL/MX preprocessor. The -d options control the pro-
cessing of ?IF directives by the preprocessor; the options do not pass ?SETTOG
directives to the COBOL compiler.
This ag is ignored unless the -Wsqlmx ag is also specied. This ag can be
specied more than once.
-Wsql[="args" ]
Enables NonStop SQL/MP support when processing COBOL85 source les, using
the arguments in the argument string enclosed in quotation marks. Refer to the
NonStop SQL/MP Programming Manual for COBOL85 for a description of the
arguments that can be passed to the NonStop SQL/MP compiler. If no errors
occur, -Wsql also runs the SQLCOMP compiler after the link step.
If you specify the -Wsql ag, you cannot use the -s, -Wmxcmp,or-Wsqlmx ag.
-Wsqlcomp[="args" ]
Runs the NonStop SQL/MP SQLCOMP compiler after the link step, using the
arguments specied in args.
If you specify the -Wsqlcomp ag, you cannot use the -Wmxcmp or -Wsqlmx
ag.
-Wsqlmx[="arg[,... ]" ]
Invokes the NonStop SQL/MX mxsqlco preprocessor, using the arguments given
by args.Ifanarg value is specied, it must be one of the following; if more than
one value is specied, they must be separated by commas without any white
space:
ansi_format Directs the preprocessor to assume ANSI xed format for the
source le that it reads.
double_quotes Directs the preprocessor to accept SQL string literals delimited by
double quotes in addition to literals delimited by single quotes.
listing Directs the preprocessor to write its diagnostic messages to a le
named le.eL, where le is the name of the primary source le.
662 Hewlett-Packard Company 527188-007