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

How to find the table name that causes -911 Error


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
EnjoyMF

New User


Joined: 27 May 2005
Posts: 88

PostPosted: Fri Dec 15, 2006 4:39 pm
Reply with quote

Hi

Can some one put some light for the below queries

1. i have only load module ,(i cannot compile the program again) and my
RUN JCL abended with S0c7 error . how do you identify for which record it abended...need to know the record number . with out using File-Aid tool

2. In DB2 i am getting -911 error how to know the table name or tables involved (with out using Abend aid tool)

warning: title edited
Regards
Prasad
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Fri Dec 15, 2006 5:24 pm
Reply with quote

EnjoyMF wrote:
1. i have only load module ,(i cannot compile the program again) and my RUN JCL abended with S0c7 error . how do you identify for which record it abended...need to know the record number . with out using File-Aid tool

No brainer, read the dump. icon_wink.gif
Back to top
View user's profile Send private message
cobolunni

Active User


Joined: 07 Aug 2006
Posts: 127
Location: kerala,india

PostPosted: Fri Dec 15, 2006 6:42 pm
Reply with quote

Enjoy fm you had to search through the spool or logs to find the abend reason
Back to top
View user's profile Send private message
Rajen

New User


Joined: 05 May 2005
Posts: 61

PostPosted: Fri Dec 15, 2006 7:14 pm
Reply with quote

Hi fm,
1) Well if you have only LOAD MODULE and RUN JCL i'm afrain as Williams has suggested you have to read DUMP.

May be in the dump you can search for LAST RECORD and you can get problem record.

Usually for S0c7 error we take Offset address and then we look for that address in cobol compile listing.

Reading DUMP for LAST RECORD is the only thing i can remember.

2) For -911 as you know its RESOURCE DEADLOCK. To know the table/job associated with it you can go to db2 production listing (DBSPMSTR in general case).

In this job's joblog
check for CONNECTION-ID and CORRELATION-ID. It should give you module name and job name.

Let me know in case you have any doubt.

Thanks,
Rajen.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Error when install DB2 DB2 2
No new posts Pulling a fixed number of records fro... DB2 2
No new posts To find whether record count are true... DFSORT/ICETOOL 6
Search our Forums:

Back to Top