SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, ARGCOUNT
  Procedure <str> expected <num> parameter(s), was passed <num>

  Explanation:  The module language procedure was not passed as
  many parameters as it expected.  This may be because the
  /CONTEXT qualifier was or was not specified when the module was
  compiled, or because the procedure call and procedure
  declaration do not have the same number of parameters.

  User Action:  If a context parameter is being passed, make sure
  that the /CONTEXT qualifier is specified on module compilation.
  Otherwise, make sure that the procedure call and declaration
  specify the same number of parameters.
Close Help