Version 4.2.6 for Mainframes
 —  Parameter Reference  —

FL - Floating Point Mantissa Length

With this session parameter, you specify the mantissa length of a floating point variable during input or output.

Possible settings 1-16 Mantissa length.

The total length is FL + 6 for sign, exponent, and decimal character.

Default setting none  
Specification within session yes Applicable Statements:

DISPLAY
FORMAT
INPUT
PRINT
WRITE

Applicable Command: none

Example:

DISPLAY FL=5     ->     +1.2345E+03

Top of page