Defines the two characters used as the shift-out and shift-in delimiters in DBCS literals.
Syntax:
>>-.---.-.----DBCSSOSI-"integer-1"-"integer-2"-.--><
+-/-+ +-NO-DBCSSOSI-------------------------+
Parameters:
integer-1
|
ASCII code of the shift-out character, in decimal.
|
integer-2
|
ASCII code of the shift-in character, in decimal.
|
Properties:
Default:
|
NODBCSSOSI
|
Phase:
|
Syntax check
|
$SET:
|
IAny
|
Comments:
When shift-out and shift-in characters are specified by this directive, every DBCS literal must have the shift-out character immediately after the opening quotation mark and the shift-in character immediately before the closing quotation mark. They act as additional delimiters to the literal, and are not part of its value. With NODBCSSOSI, no shift-out and shift-in characters are needed or recognized.