Entering bracketed-DBCS character strings
You must enter bracketed-DBCS character strings in this way.
- Begin the character string with a single quotation mark (').
- Type a shift-out character.
- Type the DBCS text.
- Type a shift-in character.
- End the character string with a single quotation mark (').
For example, to type the DBCS literal ABC, enter the following text, where 0E represents the shift-out character and 0F represents the shift-in character:
'0EABC0F'