SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, LOCALRTN
  "<str>" is a local routine and may not be called here

  Explanation:  The referenced function or procedure was declared
  with USAGE IS LOCAL and therefore can only be called within the
  module that contains it.

  User Action:  Redefine the routine as USAGE IS GLOBAL or call an
  alternate global routine.
Close Help