The picture character F specifies a picture scaling factor for fixed-point decimal numbers. It can appear only once at the right end of the picture specification.
|
The number of digits following the V picture character minus the integer specified with F must be between -128 and 127.
Table 43 shows examples of the picture scaling factor character.
|
Source Attributes |
Source Data (in constant form) |
Picture Specification |
Character Value |
|---|---|---|---|
|
FIXED(4,0) FIXED(7,0) FIXED(5,5) |
1200 -1234500 .00012 |
99F(2) S999V99F(4) 99F(-5) |
12 -12345 12 |
|
FIXED(6,6) |
.012345 |
999V99F(-4) |
12345 |