COBOL Manual for TNS and TNS/R Programs

Program Compilation
HP COBOL Manual for TNS and TNS/R Programs522555-006
11-117
SHOWCOPY and NOSHOWCOPY
If you put an HP COBOL program in a DLL, you must export the program name when
you build the DLL; otherwise, other programs cannot call the HP COBOL program. To
export the HP COBOL program name, use one of these ld commands:
SHOWCOPY and NOSHOWCOPY
SHOWCOPY
displays COPY statements as comments in the listing before the copied text.
NOSHOWCOPY
suppresses the display of COPY statements.
Environment ld Commands
Guardian ld (-export program-name )
or
ld (-export_all)
OSS or PC -Wld="-export program-name "
or
-Wld="-export_all"
Default: SHOWCOPY
Placement: Anywhere
Scope: Applies until its opposite overrides it
Dependencies: SHOWCOPY works only if LIST is active and SUPPRESS is not.
References:
LIST and NOLIST
SUPPRESS and NOSUPPRESS
SHOWCOPY
NOSHOWCOPY
VST310.vsd