Enform Plus Reference Manual
Clauses
Enform Plus Reference Manual—422684-001
5-21
Decorations
The following are examples of decorations:
Format Item Value Printed Item
------ ---------- ------------
"[MF'<',MP'>',ZPP'b'] F12.2" 1000.00 1,000.00
"[MF'<',MP'>',ZPP'b'] F12.2" -1000.00 <1,000.00>
"[MA1'CR',MPF'$'] F12.2" 1000.00 $1,000.00
"[MA1'CR',MPF'$'] F12.2" -100.00 CR $100.00
"[MA1'CR',MPF'$'] F12.2" 0.00 0.00
"[OA1'**overflow**'] F12.2" 1000000.00 1000000000
"[OA1'**overflow**'] F12.2" 1000000000.00 **overflow**
"[ZPA2'+'] I8" -10 10
"[ZPA2'+'] I8" 100 + 100
"[ZPA2'+'] I8" 0 + 0
PP char-string if value is positive, print char-string immediately to the right
of value.
ZAn char-string if value is zero, print char-string in position n.
ZF char-string if value is zero, print char-string immediately to the left of
right-justified value, immediately to the right of left-justified value.
ZP char-string if value is zero, print char-string immediately to the right of
value.
OAn char-string if overflow condition occurs, print char-string in position n.