AS Clause
Clauses
5–16
058057 Tandem Computers Incorporated
Field Blanking Modifiers
Field blanking modifiers indicate under what circumstances to print blanks. The
syntax is:
{
}
BN
BZ
BN
prints a blank field if value is null.
BZ
prints a blank field if value is zero.
Although most edit descriptors cause a minimum number of characters to be printed
regardless of the value of the field, a field blanking modifier causes the entire field to
be filled with blanks if the specified condition is met.
Examples of the Field Blanking Modifiers.
The following examples show the effect of the
field blanking modifiers.
Format Item Value Printed Item
------ ---------- ------------
"[BZ] F10.2" .00
"[BN] F10.2" null value
"[BN] F10.2" 100.00 100.00
Fill Character Modifier
The fill character modifier specifies the fill character that is used in the current display
format. The default fill character is a blank. The syntax is:
FL
char
char
is a single ASCII character enclosed within apostrophes (‘ ’).
A fill character prints in each appropriate character position when one of the following
occurs: alphanumeric data contains fewer characters than the field specified by the
alphanumeric edit descriptor, leading zero suppression is performed, or embedded
text in an mask edit descriptor is not printed because its neighboring digits are not
printed.
Examples of the Fill Character Modifier.
The following examples show the affect of the fill
character modifier.
Format Item Value Printed Item
------ ---------- ------------
"[FL'.'] A10" THEN THEN......
"[RJ,FL'>'] A10" HERE >>>>>>HERE
"[FL'*'] M<$ZZ,ZZ9.99>" 127.39 $***127.39
Summary of Contents for ENFORM 058057
Page 6: ...New and Changed Information 058057 Tandem Computers Incorporated v...
Page 18: ...Preface xvi 058057 Tandem Computers Incorporated This page left intentionally blank...
Page 19: ...Preface 058057 Tandem Computers Incorporated xvii...
Page 269: ...Glossary Glossary 4 058057 Tandem Computers Incorporated This page left intentionally blank...