IGYCB7153-S Converting source
file to UTF-8 has failed during the CDA phase. Please recompile with
the correct CODEPAGE(CCSID) option.
Explanation
When compiling programs that have invalid characters
in comments and using the TEST
compiler option, the
compiler cannot convert the invalid character to UTF-8 and fails to
recover from the code page conversion when saving the source to DWARF
data
in UTF-8.
System action
The compilation
is terminated with an ABORT and RC=12.
User response
Recompile with the correct CODEPAGE(CCSID)
option
when compiling with the TEST
option and there are
invalid characters in the source.