Enter DBCS text in CL commands

You can use double-byte character data anywhere in a CL command that descriptive text can be used.

Enter double-byte character text as follows:
  1. Begin the double-byte character text with an apostrophe (').
  2. Enter a shift-out character.
  3. Enter the double-byte character text.
  4. Enter a shift-in character.
  5. End the double-byte character text with an apostrophe (').

For example, to enter the double-byte character literal ABC, enter the following characters, where SO represents the shift-out character and SI represents the shift-in character:

'SOABCSI'

Limit the length of a double-byte character text description of an object to 14 double-byte characters, plus the shift control characters, to make sure that the description is properly displayed and printed.