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

cobol(1) OSS Shell and Utilities Reference Manual
-Waxcel[="args"]
Invokes the Accelerator, axcel, and passes to it the argument string enclosed
in quotation 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 references 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 quotation 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 NonStop 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 argu-
ment string enclosed in quotation marks. Refer to the NonStop SQL/MP Pro-
gramming 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 com-
piler 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.
286 Hewlett-Packard Company 527188-021