IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

S0C6 abend due to load module in ISPLLIB pds while xpediting


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Wed Jun 18, 2008 10:24 pm
Reply with quote

Hi Friends,

While xpediting a cobol only program, i am getting the S0C6 abend at a statement as given below:
IF TO-BE-PAID-AMT = 0
GO TO PARA-EXIT.

I am putting few lines from the error log. The error message is as given below:

XPD0439 RA105 S0C6 Abend at 15F2CD75 REASON CODE 00000006

Interrupt address at offset 0219C5 in load module CWPIDRVB that resides in DSN TTXT.TKK.RCOMBO.ISPLLIB.

RA108 S0C6 abend in module CWPIDRVB

XPD6033 abend ADSRA410 S0C6 abend encountered.


I found that the dataset TTXT.TKK.RCOMBO.ISPLLIB is the first dataset in the concatenation series of ISPLLIB ddname of my TSU job (lognon proc).

Any ideas to what could be causing the problem.


Thanks,
Ajay
Back to top
View user's profile Send private message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Wed Jun 18, 2008 10:29 pm
Reply with quote

Just to add... it is a batch program(not online) i.e XPEDITER/TSO.

-Ajay
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Jun 19, 2008 12:44 pm
Reply with quote

you say that this is a non-db2 module, but is does it use any isp services?
That is an additional option on the interactive screen.

are you debugging this interactively?

is TO-BE-PAID-AMT declared in your working-storage?

are you performing a para or section in which you 'GOTO ?'.
Back to top
View user's profile Send private message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Sat Jun 21, 2008 4:02 pm
Reply with quote

you say that this is a non-db2 module, but is
Quote:
does it use any isp services?
That is an additional option on the interactive screen.


--> I am using option 2 (for interactive debugging under TSO). But how can i know if it is using any ISPF services. Which additional option are you talking about. Please elaborate.

are you debugging this interactively?
--> I am using option 2 (for interactive debugging under TSO).

is TO-BE-PAID-AMT declared in your working-storage?
--> yes.

are you performing a para or section in which you 'GOTO ?'.
--> actually this error is happening even if i am at a statement and then when i did a Keep on the table occurrence element.

Please help.

Thanks,
Ajay
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts REASON 00D70014 in load utility DB2 6
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
Search our Forums:

Back to Top