SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, INDSHOINT
  Indicator variable <str> is not a SMALLINT

  Explanation:  Indicator variables in the dynamic interface
  should be declared as the host language equivalent a SMALLINT
  data type.

  User Action:  In COBOL, declare indicator variables as PIC S9(4)
  COMP.  In FORTRAN, declare indicator variables as INTEGER*2.  In
  PL/I, declare indicator variables as FIXED(15) BINARY.
Close Help