SET DBCS command
Controls whether shift-in and shift-out codes are interpreted on
input and supplied on DBCS output. SET DBCS
is valid
for all programming languages. The initial setting is OFF
.
ON
- Interprets shift-in and shift-out codes. If you debugging in full-screen mode and your terminal is not capable of displaying DBCS characters, this option is not available.
OFF
- Ignores shift-in and shift-out codes.
Usage notes
- If you enter the commands
SET NATIONAL LANGUAGE ENU
and thenSET DBCS ON
, z/OS® Debugger resets the national language to UEN to remain compatible with DBCS characters. - If
NATIONAL LANGUAGE
is set toJPN
orKOR
and you are using full-screen mode, enter theSET DBCS ON
command so that z/OS Debugger displays messages correctly.
Example
Specify that shift-in and shift-out codes are interpreted.
SET DBCS ON;
Refer to the following topics for more information related to the material discussed in this topic.
- Related references
- SET NATIONAL LANGUAGE command