Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)

ecobol(1) OSS Shell and Utilities Reference Manual
refrain_r2 Directs the SQL/MX preprocessor to use only the rules and
features that apply to preprocessors prior to release 2.0. The
default action is to use only the rules and features that apply to
preprocessors beginning with release 2.0.
This option is valid only for preprocessor release 2.0 and newer.
If you specify the -Wsqlmx ag, you cannot use the -Wsql or -Wsqlcomp ag.
-Wsqlmxadd="arg[,... ]"
Species a string to pass to the SQL/MX preprocessor without validation or
change. If more than one value is specied, they must be separated by commas
without any white space.
-W[no]suppress
Disables [enables] the generation of identier maps in the compiler listing. The
compiler listing is written to standard output. The default is -Wsuppress.
-Wsyntax Checks the syntax of the source program, but does not generate any code.
-Wsystype={guardian | oss }
Species the target execution environment. This ag selects denitions used dur-
ing compilation, program startup code, default libraries, and system routines used
during linking. The default setting is -Wsystype=oss. (To run les compiled for a
Guardian target execution environment, you must set the le code to 800 with a
FUP ALTER lename, CODE 800 command from a TACL prompt.)
-Wtimestamp=value
Provides a creation timestamp for the NonStop SQL/MX preprocessor that is writ-
ten to the two output les created by the preprocessor. See the HP NonStop
SQL/MX Programming Manual for C and COBOL for details about the formats
allowed for value. If this ag is specied more than once, only the last occurrence
has an effect. Note that ecobol does not check that value is valid; it relies on the
NonStop SQL/MX preprocessor to validate this argument.
This ag is ignored unless the -Wsqlmx ag is also specied.
-Wu="symbol_name"
Tells the eld linker to add symbol_name as an undened symbol. This causes eld
to search for this symbol in any archive libraries that are specied after this ag
on the command line or in an obey le.
The search constraint specied by the -Wu ag is overridden by use of the
-Winclude_whole ag.
-Wv Echoes to the standard error le the command line as each component of the com-
pilation system is run.
-Wverbose Displays detailed information from the ECOBOL compiler and linker utility.
-Ww Suppresses the printing of compiler warning messages.
-Wx Strips part of the symbol table from the output object le, but keeps information
necessary for the object le to be used as input to the linker utility.
Do not include a space before or after the = (equal sign).
Quotation marks around string values in ags are optional but recommended to avoid errors
caused by shell substitutions or deletions.
334 Hewlett-Packard Company 527188-003