|
Notes:
- These edit codes are user-defined.
- The X edit code ensures a hex 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:
nn/n
nn/nn
nn/nn/n
nn/nn/nn
nnn/nn/nn
nn/nn/nnnn Format used with M, D or blank in position 19
nnn/nn/nnnn Format used with M, D or blank in position 19
nnnn/nn/nn Format used with Y in position 19
nnnnn/nn/nn Format used with Y in position 19
- The Z edit code removes the sign (plus or minus) from a numeric
field and suppresses leading zeros of a numeric field.
- The represents a blank. This may occur if a negative
zero does not correspond to a printable character.
|