Page 1 of 1

Using Expeditor for Cobol - DB2 modules

PostPosted: Thu Aug 02, 2012 10:45 pm
by Kiranth29
Hi I'm getting SOC7 error (protection exception) while expediting a Cobol - DB2 module while the same program ends fine when its run out of expeditor.

My driver module MAINCOB calls a subprogram dynamically which has DB2 components. But the MAINCOB doesn't have any DB2 related components. The moment control reaches the subprogram, it is throwing me the S0C7 (protection exception).

I have the compiler listing of MAINCOB. But I'm not compiling the subprogram as I'm not intercepting it. Please advise if I'm missing some steps that needs to be included while working with DB2 components.

Could anyone help me out to come out of this? Thanks in advance.

Re: Using Expeditor for Cobol - DB2 modules

PostPosted: Mon Aug 20, 2012 10:53 pm
by Quasar
Hi Kiranth,

Are you sure, you have all the necessary Libraries included under the LOADLIB's section, of the Xpediter Settings.

Thanks and let me know if you got it solved,

Quasar