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

Issue with the DB2 load utility


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ranjanp

New User


Joined: 02 May 2006
Posts: 25

PostPosted: Thu Oct 19, 2006 8:01 pm
Reply with quote

Hi All,

I am running a JOB with DB2 load utility to upload a DB2 table with data.
Some data in the upload file is corrupted and the job has abended. Now when i go to view the table it gives me

SQLP100H DB2 Error: Unavailable resource (-904), Press HELP for information

Let me know how I can avoid this situation i.e. table getting locked.

I want even if the job abends the table is available for viewing in its prior form with the prior data (before the job run).
Back to top
View user's profile Send private message
mkarmegam

New User


Joined: 28 May 2006
Posts: 13
Location: USA

PostPosted: Thu Oct 19, 2006 8:09 pm
Reply with quote

Did you use LOG NO in the load? If yes did you image copy the table after the load? The table may be in copy pending status which typically gives -904!
Thanks
Mugs
Back to top
View user's profile Send private message
ranjanp

New User


Joined: 02 May 2006
Posts: 25

PostPosted: Thu Oct 19, 2006 8:42 pm
Reply with quote

Yes i used LOG ON. But it also has NOCOPYPEND.
Back to top
View user's profile Send private message
mkarmegam

New User


Joined: 28 May 2006
Posts: 13
Location: USA

PostPosted: Thu Oct 19, 2006 9:15 pm
Reply with quote

I think you need to terminate the utilid that may be hanging because the job abended.

-dis util(*)
-term util(utilname)
Thanks
Mugs
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