Library /sys$common/syshlp/CDO$HELP.HLB  —  rec-properties  NAME  Examples
  CDO>  DEFINE FIELD ORDER_NUMBER
  cont>   DATATYPE IS UNSIGNED NUMERIC
  cont>   SIZE IS 10 DIGITS
  cont>   NAME FOR COBOL IS ORDER-NUMBER.

      In this example, the NAME property assigns a language-specific
      processing name to the ORDER_NUMBER field used by COBOL.
Close Help