Multiple choice technology mainframe

Sql Return code -805

  1. Column not found

  2. Duplicate value

  3. Bind issue

  4. Invalid time and date

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SQL return code -805 indicates the DB2 package was not found or there's a bind issue - the application program needs to be bound to the database. This relates to program preparation, not column existence, duplicate values, or date validation.