SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, ARGLISGTR255
  Statement requires an argument list whose length exceeds maximum
  specified by the calling standard

  Explanation:  The OpenVMS Calling Standard allows only 255
  arguments to a procedure.  A procedure call generated by the SQL
  Precompiler or SQL Module Language compiler has exceeded this
  limit.  This may be due to an OPEN ...  USING, FETCH ...  INTO
  or EXECUTE ...  USING/INTO variable list.  Note that the
  SQLSTATE, SQLCA, or SQLCODE must also be passed to generated
  routines, this allows up to 254 user parameters.

  User Action:  Reduce the parameters passed to these statements,
  possibly using SQLDA structures instead which can be arbitrarily
  long.
Close Help