|
Notes:
- The X edit code ensures a hexadecimal F sign for positive values.
Because the system does this for you, normally you do not have to
specify this code.
- The Y edit code suppresses the leftmost zeros of date fields,
up to but not including the digit preceding the first separator. The
Y edit code also inserts slashes (/) between the month, day, and
year according to the following pattern (with zero suppression):
nn/n
nn/nn
nn/nn/n
nn/nn/nn
nnn/nn/nn
nn/nn/nnnn
nnn/nn/nnnn
nnnn/nn/nn
nnnnn/nn/nn
- The Z edit code removes the sign (plus or minus) from a numeric
field and suppresses leading zeros.
|