cobol2.hlp (Table of Contents; Topic list)
DBCS (↑ Allowing Language Features)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    DBCS
 
  Function:     Makes the compiler accept characters of the Double Byte
                Character Set (DBCS) for use in ideographic languages
                such as Japanese, Chinese and Korean.
 
  Syntax:
 
     ─┬───┬─┬───────DBCS──"integer"─┬─────────
        └─/─┘ └┬────┬─DBCS────────────┘
               └─NO─┘
 
  Parameters:   integer              Must be 1, 2 or 3. Indicates which
                                     compatibility required.
 
  Default:      NODBCS
 
  Phase:        Syntax check
 
  $SET:         Initial
                                    -♦-