DDS concepts

Entering bracketed-DBCS character strings

Enter bracketed-DBCS character strings as follows:

  1. Begin the character string with an apostrophe (').
  2. Type a shift-out character.
  3. Type the DBCS text.
  4. Type a shift-in character.
  5. End the character string with an apostrophe (').

For example, to type the DBCS literal ABC, enter the following, where 0E represents the shift-out character and 0F represents the shift-in character:

'0EABC0F'


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]