MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ABEND=S04E REASON=00E40018

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
Arun
Beginner


Joined: 24 Mar 2003
Posts: 13
Topics: 7
Location: Philadelphia, US.

PostPosted: Tue Apr 01, 2003 10:58 pm    Post subject: ABEND=S04E REASON=00E40018 Reply with quote

Hi all,
I'm getting an ABEND=S04E REASON=00E40018, when i'm trying to load data to a DB2 table using DSNUTILB. I have searched in the web, it gives me a pointer about corrupted index etc.
Can you plz tell me the exact problem and recovery for this.

Thanks!
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12370
Topics: 75
Location: San Jose

PostPosted: Wed Apr 02, 2003 8:15 am    Post subject: Reply with quote

Arun,

As per the messages it states that you have restarted the LOAD uitlity, but the disposition of the work datasets is coded wrong.

Check this link for a detailed explanation of the reason code 00E40018

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DSNMCH11/4.17.23?SHELF=&DT=20010718150520

Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Arun
Beginner


Joined: 24 Mar 2003
Posts: 13
Topics: 7
Location: Philadelphia, US.

PostPosted: Wed Apr 02, 2003 9:35 am    Post subject: Reply with quote

Thank You Very Much Kolusu !
You are right, i was trying to restart the job with 'MOD' disp for the work files. Now i changed the disp to 'NEW' and i restarted the job with UTPROC='RESTART(PHASE)'once and with UTPROC='RESTART' next time, but Still i'm facing the same abend, with the following message.

- OUTPUT START FOR UTILITY, UTILID = SMG
- UTILITY 'LOAD' INCONSISTENT WITH LAST INVOCATION
- UTILITY BATCH MEMORY EXECUTION ABENDED, REASON=X'00E40018'

Plz help me to solve this.

Thank You!
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12370
Topics: 75
Location: San Jose

PostPosted: Wed Apr 02, 2003 10:40 am    Post subject: Reply with quote

Arun,

The LOAD utility can be restarted with either RESTART or RESTART(PHASE). However, the utility can be re-executed From the last internal checkpoint. This is dependent on the Data sets used and whether any input data sets have been rewritten.

LOAD RESUME YES cannot be restarted in the BUILD or SORTBLD phase.If report is required and this is a load without discard processing, SYSMAP is required to complete the report phase.

So to avoid all this just TERMINATE the utility using the following JCL and resubmit the load job from the top with proper disposition of the datasets.

Code:

//STEP0100  EXEC PGM=IKJEFT01       
//*                                 
//SYSUDUMP DD  SYSOUT=*             
//SYSTSPRT DD  SYSOUT=*             
//SYSPRINT DD  SYSOUT=*             
//SYSTSIN  DD *                     
  DSN SYSTEM(XXXX)                 
-DISPLAY UTILITY(SMG*)             
-TERM UTILITY(SMG*)                 
-DISPLAY UTILITY(SMG*)             
 END 


Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Arun
Beginner


Joined: 24 Mar 2003
Posts: 13
Topics: 7
Location: Philadelphia, US.

PostPosted: Wed Apr 02, 2003 12:09 pm    Post subject: Reply with quote

Thatz wonderful Exclamation
It worked ..

Thank You Very much Kolusu Smile
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group