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

User Commands (d - f) ecobol(1)
-W[no]suppress
Disables [enables] the generation of identifier maps in the compiler listing. The
compiler listing is written to standard output. The default is -Wsuppress.
-Wstandard={1985 | 2002 }
Specifies the COBOL standard the compiler should use. The default is 1985,
which specifies that the compiler follow the COBOL-1985 standard. When 2002
is specified, the compiler reserves all the COBOL words that are reserved words
in the COBOL-2002 standard. The compiler does not support all COBOL-2002
features. For a list of the features supported, see the COBOL Manual for TNS/E
Programs.
-Wsyntax Checks the syntax of the source program, but does not generate any code.
-Wsystype={guardian | oss }
Specifies the target execution environment. This flag selects definitions used dur-
ing compilation, program startup code, default libraries, and system routines used
during linking. The default setting is -Wsystype=oss. (To run files compiled for a
Guardian target execution environment, you must set the file code to 800 with a
FUP ALTER filename, 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 files 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 flag is specified 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 flag is ignored unless the -Wsqlmx flag is also specified.
-Wu="symbol_name"
Tells the eld linker to add symbol_name as an undefined symbol. This causes eld
to search for this symbol in any archive libraries that are specified after this flag
on the command line or in an obey file.
The search constraint specified by the -Wu flag is overridden by use of the
-Winclude_whole flag.
-Wv Echoes to the standard error file 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 file, but keeps information
necessary for the object file 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 flags are optional but recommended to avoid errors
caused by shell substitutions or deletions.
527188-021 Hewlett-Packard Company 335