CPI4349 - Fast past refresh of the host variables values is not possible

CPI4349
Message Text: Fast past refresh of the host variable values is not possible.
Cause Text: The Open Data Path (ODP) for this statement or cursor could not invoke the fast past refresh code for reason code &1. The reason codes and their meanings follow:
  1. The new host variable value is not null and old host variable value is null or the new host variable value is zero length and the old host variable value is not zero length.
  2. The attributes of the new host variable value are not the same as the attributes of the old host variable value.
  3. The length of the host variable value is either too long or too short. The length difference cannot be handled in the fast path refresh code.
  4. The host variable has a data type of IGC ONLY and the length is not even or is less than 2 bytes.
  5. The host variable has a data type of IGC ONLY and the new host variable value does not contain an even number of bytes.
  6. A translate table with substitution characters was used.
  7. The host variable contains DBCS data and a CCSID translate table with substitution characters is required.
  8. The host variable contains DBCS that is not well formed. That is, a shift-in without a shift-out or visa versa.
  9. The host variable must be translated with a sort sequence table and the sort sequence table contains substitution characters.
  10. The host variable contains DBCS data and must be translated with a sort sequence table that contains substitution characters.
  11. The host variable is a Date, Time or Timestamp data type and the length of the host variable value is either too long or too short.
Recovery Text: Look at the reason why fast path refresh could not be used and take the appropriate actions so that fast path refresh can be used on the next invocation of this statement or cursor.