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

Table 78 Listing Control Directives (continued)
ActionDefaultDirective(s)
For a cross-reference listing, use the enoft utility
with the XREFPROC flag (see the enoft Manual ).
Enables or suppresses warnings about statements
that might behave differently for HP COBOL and
COBOL 74
NODIAGNOSE-74DIAGNOSE-74 and
NODIAGNOSE-74
Enables or suppresses warnings about source
constructs that might behave differently for
COBOL85 compiler and ECOBOL compiler
NODIAGNOSE-85DIAGNOSE-85 and
NODIAGNOSE-85
Enables or suppresses warnings for multiple
references to undefined identifiers (instead of the
first one only)
NODIAGNOSEALLDIAGNOSEALL and
NODIAGNOSEALL
Enables or suppresses identification of statements
as required by the Federal Information Processing
Standard (FIPS)
NOFIPSFIPS and NOFIPS
Enables listing of source file map with fully
qualified name and timestamp for IN file and every
SOURCE and COPY file
FMAP
Specifies page heading text.HEADING
Ignored (warning issued)NOICODEICODE and NOICODE
1
Enables or suppresses mnemonic code listing after
each source program statement
NOINNERLISTINNERLIST and NOINNERLIST
Specifies lines per pageLINES
Enables or suppresses compiler listingNOLISTLIST and NOLIST
Ignored (warning issued)LMAPLMAP and NOLMAP
1
Enables or suppresses symbol mapNOMAPMAP and NOMAP
Enables warnings when STANDARD 1985 is
specified and compiler detects a user-defined word
that is a COBOL-2002 reserved word
No warnings issuedMIGRATION-CHECK
Enables or suppresses listing of COPY statements
as comments
SHOWCOPYSHOWCOPY and NOSHOWCOPY
Enables or suppresses flags on extensions or
obsolete elements
SUBSET
Suppresses or enables all but leader, diagnostics,
and trailer text in compiler listing
NOSUPPRESSSUPPRESS and NOSUPPRESS
Enables or suppresses warningsWARNWARN and NOWARN
1
Described in the COBOL Manual for TNS and TNS/R Programs
Table 79 Code-Generation Control Directives
ActionDefaultDirective(s)
Enables or suppresses default
initialization of data-items whose
declarations lack VALUE clauses
NOBLANKBLANK and NOBLANK
Generates shared code
[position-independent code (PIC)] (see
also SHARED)
CALL-SHAREDCALL-SHARED
536 Program Compilation