Pathway/iTS TCP and Terminal Programming Guide

Processing Double-Byte Character Sets
Compaq NonStop™ Pathway/iTS TCP and Terminal Programming Guide426751-001
8-17
Example of Working-Storage Section and Screen
Section
05 SS-KANJI-ONLY3 PIC N(10) at ....
USING WS-KANJI-ONLY-FLD3.
* On outbound editing, the TCP ensures that the data
* displayed contains only DBCS characters. The program is
* aborted if this is not the case. On inbound editing,
* the TCP requires the operator to enter DBCS characters.
05 SS-ALPHA-NUMERIC-FLD3 PIC X(20) at ....
USING WS-KANJI-ONLY-FLD4.
* No outbound or inbound editing is done.