Library /sys$common/syshlp/SQL$HELP72.HLB  —  Errors  SQL_ERRORS, MSP_NODEFAULT
  DEFAULT clause required for variable "<str>" - CONSTANT or CHECK
  clause used

  Explanation:  A variable declared as CONSTANT must be assigned
  an initial value using the DEFAULT (also =) clause.  An initial
  value must also be assigned to a variable when the CHECK clause
  is applied.

  User Action:  Specify the a DEFAULT clause for this variable.
Close Help