Page 1 of 1

Calling a PL/1 program from a CA IDEAL program

PostPosted: Wed Jun 17, 2009 7:12 pm
by kaushikmitra
I am trying to call a PL/1 program from a CA IDEAL program and getting S0C4 abend ; below is the excerpts from DUMP -

COMPLETION CODE SYSTEM = 0C4 REASON CODE = 00000010

PSW AT ENTRY TO ABEND 078D0000 00E40004 ILC 04 INTC 0010
PSW ADDRESS 00E40004 AT TIME OF ERROR DOES NOT POINT TO AN ACTIVE MODULE

The PL/1 program and the CA IDEAL program compiled successfully , can anyone please help me resolve this abend ?

Re: Calling a PL/1 program from a CA IDEAL program

PostPosted: Wed Jun 17, 2009 10:45 pm
by dick scherrer
Hello and welcome to the forum,

Can you successfully call a cobol module?

Might it be that the pl/i load modul is not in a library in the search list?

Is this a batch run or a cics run?

Is everything still in TEST status in IDEAL?