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
Species 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
Species 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 ags.
-Wcopylib=pathname
Species pathname as the source le 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 ag is used when the Accelerator or Non-
Stop SQL/MP compiler is to be invoked without having to rebind the program le.
-Wrunlib = pathname
Species a user library to be used at run time. The user library must be specied as a
member of the Guardian le system in an OSS pathname of the form
/G/volume/subvolume/le-identier.
-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 ags in the same cobol invocation
because the NonStop SQL/MP compiler requires the symbols region to be present.
Strip the le 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 ags can be specied.
Do not include a space before or after the "=" (equal sign).
The position of -l library arguments within a list of ags affects the order in which libraries are
searched.
The order of specifying the -l and -L ags is signicant.
252 Hewlett-Packard Company 527188-004