-113 There is an incorrect character in: string, reason code nnn.
Explanation
An incorrect character was detected in the string constant that begins with the string value that is specified. The possible return codes are:
- 000
- An incorrect character was found in the string, such as a new line
- 101
- There must be an even number of bytes between the shift-out and the shift-in characters.
- 102
- Either a shift-in or shift-out character is missing.
- 103
- DBCS blanks (X'4040') are not acceptable between the shift-out and the shift-in.
- 104
- No characters between Shifts
- 105
- Shift-out cannot be the first byte of the DBCS character between the shift-out and the shift-in characters.
- 106
- The DBCS delimited identifier must begin with a shift-out character and end with a shift-in character.
User response
Correct the incorrect string and resubmit the statement.