>
>Could anyone please give me some advise how to find this bug? Any good
>manual to read?
>
>
>
>Thank you very much,
>Michael
>

I would start start by looking up the condition description in the 'LE Run-Time 
Messages' manual.      

CEE3201S The system detected an operation exception (System Completion
       Code=0C1).
 
Explanation:  The program attempted to execute an instruction with an invalid 
operation code. The operation code may be unassigned or the 
instruction with that operation code cannot be installed on this platform. See 
a Principles of Operation manual for a full list of operation exceptions.
 
Programmer Response:  Examine the contents of registers 14 and 15. If 
register 15 has a value of 0, then the cause was probably a routine 
didn't exist and a branch was made to location 0. This would indicate a link-
edit failure. Examine the contents of register 14 to determine the point 
at which the branch was made. Also examine the linkage editor map for any 
unresolved references reported by the linkage editor.
 
Another possible cause is a routine branched to some unintended location, 
such as a conflict in addressing mode between the calling and the 
called routine, or any other program error that branched to the wrong location.


hth,
Dave

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to