COBOL Manual for TNS and TNS/R Programs

Program Compilation
HP COBOL Manual for TNS and TNS/R Programs522555-006
11-78
FLOAT and NOFLOAT
FLOAT and NOFLOAT
FLOAT
allows the compiler to use floating-point arithmetic for certain complex expressions.
NOFLOAT
prevents the compiler from using floating-point arithmetic for certain complex
expressions.
FMAP
FMAP causes the NMCOBOL 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.
Note. The NMCOBOL compiler ignores this directive and issues a warning.
Default: FLOAT
Placement: Outside the boundaries of any program
Scope: Applies to all subsequent programs
Dependencies: None
Note. The COBOL85 compiler does not recognize this directive.
Default: The NMCOBOL 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
FLOAT
NOFLOAT
VST818.vsd
FMAP
VST731.vsd