|
For All Data
|
[<]
|
Data is left justified.
|
[>]
|
Data is right justified.
|
[^]
|
Data is centered.
|
|
|
|
For Numbers
|
[-]
|
Places a minus sign to the right of a negative number.
|
[DB]
|
Places DB to the right of a negative number.
|
[( )]
|
Encloses a negative number in parentheses.
|
[CR]
|
Places CR to the right of a positive number.
|
9
|
Fills unused space with blanks.
|
0
|
Fills unused space with zeros.
|
*
|
Fills unused space with asterisks.
|
|
|
|
For Text
|
_
|
Letters are uppercase; other characters are blank.
|
|
|
Letters are lowercase; other characters are blank.
|
%
|
Letters are uppercase; other characters are unchanged.
|
?
|
Letters are lowercase; other characters are unchanged.
|