When I compile my cobol cbl program , i get this strange error.
.
EXCKRD5F 1 >8X " X " N
.
EXCKRDAF 1 ? X " X " X à
MSGID MI Instruction Stream Semantic Diagnostics
* CPF6412 Attributes of instruction X'56F9' operand 1 not valid. Probable compiler error.
* CPF6412 Attributes of instruction X'570A' operand 1 not valid. Probable compiler error.
* CPF6301 40 Intermediate representation of program (IRP) contains 57 errors. Probable compiler error.
Please tell what can i do ?
Software/Hardware used:
AS/400
ASKED:
August 2, 2011 10:01 AM
UPDATED:
March 31, 2012 7:24 PM
Will you post at which statement you are getting error?
That will be useful for finding the problem.
Error code CPF6412 indicates “Attributes of instruction(operands) not valid.”
and CPF6301 indicates “Intermediate representation of program contains Errors.”
Check the statements where the error occurs. You will get an idea.
And, post it here, that will be useful in finding the problem.
Pradeep.