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

Load Utility Fails - Empty the table using an empty File


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
AneeshMani

New User


Joined: 25 Jan 2008
Posts: 24
Location: india

PostPosted: Fri Dec 10, 2010 12:11 pm
Reply with quote

Hi all,

I am trying to empty a table using the LOAD Utility.But DB2 Load utility is failing.

I have set the Table to util Mode.
When i try to load the Empty file to the table i get the following error.

IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=04E REASON CODE=00E40002

I have the foll statement in the SYSIN

LOAD DATA REPLACE LOG NO INDDN SYSREC00 INTO TABLE

I am getting the same error when setting the SYSREC00 to Dummy as well.

Can anyone help me wit this?

Thanks for your Help
Aneesh M
Back to top
View user's profile Send private message
Arun Raj

Moderator


Joined: 17 Oct 2006
Posts: 2481
Location: @my desk

PostPosted: Fri Dec 10, 2010 12:23 pm
Reply with quote

Aneesh,

You have not posted the exact error message from LOAD.

What do you see in your SYSPRINT? Use "Code" tags while posting code/messages.
Back to top
View user's profile Send private message
AneeshMani

New User


Joined: 25 Jan 2008
Posts: 24
Location: india

PostPosted: Fri Dec 10, 2010 12:38 pm
Reply with quote

Hi Arun,

SYSPRINT
--
Code:
DSNU016I  DSNUTILB - UTILITY BATCH MEMORY EXECUTION ABENDED, REASON=X'00E40002'


Thanks,
Aneesh M
Back to top
View user's profile Send private message
Arun Raj

Moderator


Joined: 17 Oct 2006
Posts: 2481
Location: @my desk

PostPosted: Fri Dec 10, 2010 1:51 pm
Reply with quote

This can happen when one of the STEPLIB concatenations is not APF authorized. Try removing unwanted STEPLIB concatenations if there are any. Also if you're using JOBLIB, try moving the load libraries to STEPLIB instead of JOBLIB.
Back to top
View user's profile Send private message
Hariharan Ramachandran

New User


Joined: 30 Nov 2010
Posts: 28
Location: Chennai, Tamilnadu,INDIA

PostPosted: Fri Dec 10, 2010 2:01 pm
Reply with quote

If you have used the joblib and steplib in your batch utility job then make sure that all those applications libraries included are authorized. If one of the concatenated pds is not authorized, then whole steplib will not be authorized.In other words the Load you have used in the STEPLIB must include load of IBM supplied utility DSNUTILB.

Suggestion - You can remove the LOADLIB from the STEPLIB as it does not include load of IBM supplied utility DSNUTILB
Back to top
View user's profile Send private message
AneeshMani

New User


Joined: 25 Jan 2008
Posts: 24
Location: india

PostPosted: Sat Jan 08, 2011 10:01 am
Reply with quote

thanks for the inputs
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top