Alphanumeric, Alphanumeric-edited, Alphabetic
- The data is aligned at the leftmost character position, and (if necessary)
truncated or padded with spaces to the right.
- If the JUSTIFIED clause is specified for this receiving item, the above
rule is modified as described in JUSTIFIED Clause.
IBM Extension
- For a DBCS receiving item the data is aligned at the leftmost character
position,and (if necessary)
truncated or padded with DBCS spaces to the right.
- If the JUSTIFIED clause was specified for the DBCS receiving item, the
above rule is modified as described in JUSTIFIED Clause.
- For a national receiving item the data is aligned at the leftmost
character position,and
(if necessary) truncated or padded with national (UCS-2) spaces to the right.
- If the JUSTIFIED clause was specified for the national receiving
item, the above rule is modified as described in JUSTIFIED Clause.
End of IBM Extension