The first parameter for keyword CCSID is not valid.
20
Cause . . . . . : The first parameter for keyword CCSID must be one of *GRAPH, *UCS2, *CHAR, or *EXACT. The first parameter cannot be *EXACT when the CCSID keyword is specified for the /SET or /RESTORE directive. The CCSID keyword can be specified up to four times, but the first parameter must be different each time. The keyword is ignored.
Recovery . . . : Use *GRAPH as the first parameter to specify the default graphic CCSID of the module. Use *UCS2 as the first parameter to specify the default UCS-2 CCSID of the module. Use *CHAR as the first parameter to specify the default alphanumeric CCSID of the module. Use *EXACT as the first parameter to indicate that CCSID handling within the module should use the true CCSID of the data. Ensure there are no duplicates for the first parameter. Compile again.