COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

ANSI
specifies that subsequent source text is in ANSI reference format, which is described in
Chapter 16: ANSI Reference Format (page 702).
TANDEMDefault:
AnywherePlacement:
TANDEM or ANSI within a section of text obtained from a copy library or source library
is effective only for the length of that text section. When the compiler reverts to the source
Scope:
file where it found the COPY verb or SOURCE directive, the previously active reference
format applies.
NoneDependencies:
ANSIReferences:
UL
UL directive tells the compiler that the resulting object code will be in a DLL (that is, it has the same
effect as the SHARED directive).
NoneDefault:
Before the first IDENTIFICATION DIVISION header of the first program in the compilation
unit
Placement:
Applies to the compilation unitScope:
Dependencies:
If RUNNABLE is active, UL uses the linker to create a PIC library file (DLL); otherwise,
UL creates a PIC linkfile.
Do not use with CALL-SHARED or SHARED.
References:
CALL-SHARED
SHARED (page 568)
WARN and NOWARN
WARN
reports compilation and Binder warnings in the listing.
NOWARN
suppresses compilation and Binder warnings in the listing.
WARNDefault:
AnywherePlacement:
Applies to the compilation unitScope:
Compiler Directives 579