COBOL Manual for TNS/E Programs (H06.03+)
Program Compilation
HP COBOL Manual for TNS/E Programs—520347-003
11-54
FMAP
flag-option
FMAP
FMAP causes the compiler to produce a source file map, which shows the fully
qualified name and timestamp of the IN file and each file specified by a SOURCE
directive or COPY statement.
Value Elements Identified
OBSOLETE Obsolete language elements
ABOVEMIN Language elements above the minimum subset
ABOVEINTER Language elements above the intermediate subset
LEVEL1COM * Communication language elements
ABOVELEVEL1COM * Communication language elements above level 1 of
communication
LEVEL1DEB Debug language elements
ABOVELEVEL1DEB * Debug language elements above level 1 of Debug
REPORTWRITER * Report Writer language elements
LEVEL1SEG Segmentation language elements
ABOVELEVEL1SEG Segmentation language elements above level 1 of
segmentation
NONSTANDARDEXT Nonstandard extensions to HP COBOL
* This option does not affect compilation because the compiler does not support this module. If you
use this option, the compiler issues a warning and ignores the option.
Default: NOFIPS
Placement: Anywhere
Scope: Applies until its opposite overrides it
Dependencies: None
Default: The compiler does not produce a source file map.
Placement: Anywhere
Scope: Applies to the compilation unit
Dependencies: NOLIST and SUPPRESS do not suppress the source file map that
FMAP produces.
References:
•
LIST and NOLIST
•
SUPPRESS and NOSUPPRESS
FMAP
VST731.vsd










