Developing Compaq COBOL Programs
1.3 Developing Programs on OpenVMS Alpha
1.3.3.2 LINK Qualifiers
LINK qualifiers allow you to control various aspects of the link operation such
as modifying linker input and output and invoking the debugging and traceback
facilities.
Table 1–5 summarizes some of the more commonly used LINK qualifiers. Refer to
the OpenVMS Linker Utility Manual for a complete list and explanations of the
LINK qualifiers or invoke the online HELP facility for the LINK command at the
OpenVMS Alpha prompt.
Brackets ( [ ] ) indicate that the enclosed item is optional. If you specify
more than one option for a single qualifier, you must separate each option
with a comma and enclose the list of options in parentheses.
Table 1–5 Commonly Used LINK Qualifiers
Function
Indicate that an input file
is a library file.
Indicate that an input file
is a linker options file.
Request output file,
define a file specification,
and specify whether the
image is shareable.
Request and specify the
contents of an image map
(memory allocation) listing.
Specify the amount of
debugging information.
1.3.3.3 Specifying Modules Other than Compaq COBOL Modules
When you link Compaq COBOL modules with other modules, your application
will not work correctly if a non Compaq COBOL module contains a
LIB$INITIALIZE routine that:
1. Is invoked before the Compaq COBOL LIB$INITIALIZE routine (COB_
NAME_START) and
1–40 Developing Compaq COBOL Programs
Note
Qualifier
/LIBRARY
/OPTIONS
/EXECUTABLE[=file-spec]
/SHAREABLE[=file-spec]
/BRIEF
/[NO]CROSS_REFERENCE
/FULL
/MAP[=file-spec] or /NOMAP
/DEBUG[=file-spec] or /NODEBUG
/[NO]TRACEBACK
Default
Not applicable.
Not applicable.
/EXECUTABLE=
name.EXE
where name is the name of
the first input file.
/NOSHAREABLE
/NOCROSS_REFERENCE
/NOMAP (interactive)
/MAP=name.MAP (batch)
where name is the name of
the first input file.
/NODEBUG
/TRACEBACK
Need help?
Do you have a question about the COBOL AAQ2G1FTK and is the answer not in the manual?