Set fill character for numeric fields that are wider than supplied numeric precision. The default is '0'.
Syntax
PRECFILL (filchar)
filchar is INTENT(IN) and of type CHARACTER. The first character becomes the new precision fill character.
Example
call precfill('*') ! '*' is the new precision fill character