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

DB2 Load Issue


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sajjan jindal
Warnings : 1

New User


Joined: 09 Sep 2007
Posts: 60
Location: india

PostPosted: Wed Jun 23, 2010 2:01 pm
Reply with quote

Hi,

I faced issue while loading data in DB2 Table. I had coded load card as below :
LOAD DATA RESUME YES INDDN SYSREC00 INTO TABLE

Job failed with :

DSNUGBAC - UTILITY DATA BASE SERVICES MEMORY EXECUTION ABENDED, REASON=X'00C90101'
COMPLETION CODE - SYSTEM=04E USER=0000

In master lof i got following info :

-D2P@ DSNISGNS DATA IN USE DURING ABEND 535
REASON 00C90101
ERQUAL 500B
TYPE 00000302
NAME Databse.Tablespace.X'000FFFFF'
CONNECTION-ID=UTILITY
CORRELATION-ID=RDB170D1
LUW-ID=B1001.CBDB2P@.C62B9D104198=0


Then i had changed load card to :

LOAD DATA REPLACE INDDN SYSREC00 INTO TABLE


Can anyone tell me what can be d issue that Job failed with RESUME YES Option. It was due to full tablespace or what..

Even i had checked Tablespace used. its 99%...

But i m not sure what can be d reson....and wat is d possible solution to avoid that abend with RESUME YES option.
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Jun 23, 2010 7:46 pm
Reply with quote

Sajjan,

Quote:
D2P@ DSNISGNS DATA IN USE DURING ABEND 535

So, as the message says, someone must be using that data, when you ran your load.

And for the ABEND 535
Quote:
SVC 53, which obtains and releases exclusive control of a resource associated with a BDAM data set, issued a GETMAIN for storage to be used in its processing and found no storage was available.

Response
Quote:
Rerun the job. If the problem continues, storage may have to be freed by others before the exclusive control function is used.

Sushanth
Back to top
View user's profile Send private message
sajjan jindal
Warnings : 1

New User


Joined: 09 Sep 2007
Posts: 60
Location: india

PostPosted: Wed Jun 23, 2010 9:00 pm
Reply with quote

Hi Sushanth,

Thanks for your quick response. I could not understand desc for ABEND 535. It wud be good, if u can illustrate more about this.run job with

I had run job twice with RESUME YES Option, it failed with same error.

Then i had REPLACE option. It ran fine.

So i was wondering why it did not run with RESUME YES Option.
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Jun 23, 2010 9:13 pm
Reply with quote

Sajjan,

RESUME YES, appends the data at the end of existing data in the table. And, It does not take into account for rows that have been marked deleted. So, due to insufficient space also might have caused the problem.

While on the other hand, REPLACE deletes the datasets and recreates the DB2 datasets.

It would be helpful to know, if you tell how much of data is already present in the table and how are much of data you tried to append. And what is the size of the tablespace, extents so on....

Or it would be best if you contact your DBA.

Thank You,
Sushanth
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Wed Jun 23, 2010 9:17 pm
Reply with quote

Sushanth,

you have become a very patient, articulate, and knowledgeable member of this forum.
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Jun 23, 2010 10:36 pm
Reply with quote

Thank You Very Much Dino,

Everything, so far, I learnt in mainframe are by guidance of members & moderators of this forum.

Sometimes, I might ask stupid questions. But, thank you very much, really for your patience & guidance.


Sushanth
Back to top
View user's profile Send private message
ashimer

Active Member


Joined: 13 Feb 2004
Posts: 551
Location: Bangalore

PostPosted: Thu Jun 24, 2010 5:33 pm
Reply with quote

There should be an information code DSN* before DSNUGBAC. Can you post that please ?
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts How to load to DB2 with column level ... DB2 6
No new posts REASON 00D70014 in load utility DB2 6
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
Search our Forums:

Back to Top