Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

COBCH0857: System Error failure during ILASM phase

$
0
0

Error 1 COBCH0857 : System error - failure during ILASM

method-id ReturnNBTransDTO private.

       01  oNBTransPolicyRTSKeyDA type NBTransPolicyRTSKeyDA.

procedure division returning oNBTransDTO as type NBTransDTO.

    set oNBTransPolicyRTSKeyDA to self::ReturnNBTransPrimaryKeyDA()

      set oNBTransDTO to oNBTransPolicyRTSKeyDA::GetData()

end method.

 I keep getting this error intermittently when I compile the above code .  When the error does appear it appears in white space prior to the following code.....set oNBTransDTO to oNBTransPolicyRTSKeyDA::GetData()

The project where this code is included has an Interface class and as soon as I exclude the interface from the project and comment out the code that uses this interface the solution compiles successfully. 

 

 


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>