350 pts.
 * CPF6412 – compilation error
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
  Help
 Approved Answer - Chosen by carlosdl

friend , problem has been solved. I have changed CBL to CBLLE .

Thanks

ANSWERED:  Aug 2, 2011  2:32 PM (GMT)  by carlosdl

 
Other Answers:
Last Wiki Answer Submitted:  June 27, 2012  6:28 am  by    0 pts.
Latest Answer Wiki Contributors: 
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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.

 3,370 pts.