IBM Extension
DBCS Items
- The PICTURE character-string can contain the symbol(s) G or N.
- Each G or N represents a single DBCS character position (2 bytes).
- When PICTURE clause symbol G is used, USAGE DISPLAY-1 must be specified.
- When PICTURE clause symbol N is used, USAGE DISPLAY-1 must
be implicitly or explicitly specified.
- Associated VALUE clauses must specify a DBCS literal or the figurative
constant SPACE/SPACES.
End of IBM Extension