Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)
cobol(1) OSS Shell and Utilities Reference Manual
-Waxcel[="args"]
Invokes the Accelerator, axcel, and passes to it the argument string enclosed in quota-
tion marks. Refer to the Accelerator Manual for a description of the arguments that
can be passed to the Accelerator.
-WBdynamic
Specifies that dynamic binding is performed. In dynamic binding, the Binder resolves
references to library functions using a shared runtime library, such as lib.so, but does
not bind the functions into the program. Final resolution of references is performed at
run time. Dynamic binding is the default action.
-WBstatic
Specifies that static binding is performed. In static binding, the Binder resolves refer-
ences to library functions using a user library, such as libc.a, and binds the functions
into the program. Dynamic binding is the default action.
-Wbind[="args"]
Invokes the Binder and passes to it the argument string enclosed in quotation marks.
Dynamic binding is the default action. Refer to the Binder Manual for a description of
the arguments that can be passed to the Binder.
-Wcobol="args"
Passes to the COBOL85 compiler the directives in the argument string enclosed in quo-
tation marks. This string follows any directives generated by other flags.
-Wcopylib=pathname
Specifies pathname as the source file to use as the default COPY library for any COPY
statement in the source program that does not specify a library.
-Wnobind
Suppresses invocation of the Binder. This flag is used when the Accelerator or Non-
Stop SQL/MP compiler is to be invoked without having to rebind the program file.
-Wrunlib = pathname
Specifies a user library to be used at run time. The user library must be specified as a
member of the Guardian file system in an OSS pathname of the form
/G/volume/subvolume/file-identifier.
-Wsql[="args"]
Invokes the NonStop SQL/MP compiler, sqlcomp, and passes to it 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. Do not specify the -s and -Wsql flags in the same cobol invocation
because the NonStop SQL/MP compiler requires the symbols region to be present.
Strip the file in a separate cobol invocation after the SQL compilation.
-Wverbose
Displays more detailed information during the program generation process from the
COBOL85 compiler, Binder, Accelerator, or NonStop SQL/MP compiler.
Multiple instances of the -L and -l flags can be specified.
Do not include a space before or after the "=" (equal sign).
The position of -l library arguments within a list of flags affects the order in which libraries are
searched.
The order of specifying the -l and -L flags is significant.
2−52 Hewlett-Packard Company 527188-004