When numeric format is controlled by a header code, it affects all numbers output by the post. If you want FIXED OUTPUT and NO DECIMAL POINT in ALL numeric output, the following lines would be needed in the $PP file:
FIXED/LEFT=$HEADER.1
FIXED/RIGHT=$HEADER.2
DECIMAL/OFF=$HEADER.3