Enform Plus Reference Manual

Enform Plus Syntax Summary
Enform Plus Reference Manual422684-001
A-7
Clauses
location
is where the character string is to be printed:
char-string
is one or more alphanumeric characters enclosed within apostrophes (').
"["modifiers"]"
alter the effect of the edit descriptors as follows:
where
P add char-string if value is positive.
Z add char-string if value is zero.
O add char-string if overflow condition occurs.
An indicates char-string is to be printed at absolute position n.
F indicates char-string is to be inserted after the value is formatted.
If condition is satisfied, char-string is printed immediately to
the left of the item value.
P indicates char-string is inserted before the value is formatted. If
condition is satisfied, char-string is printed to the right of the
value.
BN, BZ prints blanks for null or zero values, respectively.
FL char specifies a substitute fill character.
OC char respecifies the overflow character.
LJ, RJ specifies right or left justification.
SS pr-of-symbols allows substitution of symbols.
char is an ASCII character enclosed in apostrophes.
pr-of-symbols is a special mask symbol (see repeatable-edit-
descriptors) and a substitution character.