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

ABEND S04E when loading data into a table?


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

New User


Joined: 04 Feb 2008
Posts: 65
Location: Hyd

PostPosted: Thu Aug 06, 2009 4:54 pm
Reply with quote

Hi All,

I am trying to load data into a test table using below jcl.
Code:

//*********************************************************************
//STEP015  EXEC PGM=DSNUTILB,PARM='DSNV,TSTDVLD2',REGION=0M             
//STEPLIB  DD  DSN=DB2V.SDSNLOAD,DISP=SHR                               
//         DD  DSN=DB2V.SDSNEXIT,DISP=SHR                               
//SYSPRINT DD  SYSOUT=*                                                 
//UTPRINT  DD  SYSOUT=*                                                 
//*                                                                     
//*                                                                     
//SYSUT1   DD  DSN=XXXX.SYSUT1,                       
//         DISP=(NEW,DELETE,DELETE),                                   
//         UNIT=3380,SPACE=(CYL,(1500,500),RLSE)                       
//*                                                                     
//SORTOUT  DD  DSN=XXXX.SORTOUT,                     
//         DISP=(NEW,DELETE,DELETE),                                   
//         UNIT=3380,SPACE=(CYL,(1500,500),RLSE)                       
//*                                                                     
//SYSREC00 DD  DSN=INPUTFILE1,DISP=OLD                 
//SYSIN    DD  DSN=CNTRL1,DISP=OLD           
//*                                                                     
//*********************************************************************


But it got abended wtih 'ABEND S04E'.

Please find the log below.

Code:


DSNU000I    218 04:34:04.08 DSNUGUTC - OUTPUT START FOR UTILITY, UTILID = TSTDVLD2
DSNU1044I   218 04:34:04.14 DSNUGTIS - PROCESSING SYSIN AS EBCDIC             
DSNU021I  -DB2V 218 04:34:04.15 DSNUGASU - LOAD UTILITY WITH UTILID = TSTDVLD2 ENDED
IN PHASE = RELOAD, WILL ATTEMPT TO RESTART(CURRENT)                                                               
DSNU095I    218 04:34:04.16 DSNUGUTC - UTILITY 'LOAD' INCONSISTENT WITH LAST INVOCATION
DSNU016I    218 04:34:04.17 DSNUGBAC - UTILITY BATCH MEMORY EXECUTION ABENDED, REASON=X'00E40018'


In QMF i got below message, when i tried to find data in the table.

Code:

Unsuccessful execution caused by an unavailable resource. (Reason code: 
         00C900A0; type of resource: 00000200; and resource name: TEST   
         .TEST120).                                                     



Please let me know how can i solve this issue and how can i load data successfully.

Thanks,
Kalyan
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Aug 06, 2009 5:29 pm
Reply with quote

What have you done so far to determine the cause of error.
Back to top
View user's profile Send private message
kalyan.v

New User


Joined: 04 Feb 2008
Posts: 65
Location: Hyd

PostPosted: Thu Aug 06, 2009 5:34 pm
Reply with quote

Hi,

I solved the issue.

I terminated the unsuccessful exicution by using TERM utility.

Later i loaded the data into table.Now it worked fine.

Thanks,
Kranthi V
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Aug 06, 2009 8:57 pm
Reply with quote

Hello,

Quote:
I solved the issue.
Possibly - very possibly not. . .

Do you know why this
Code:
DSNU095I    218 04:34:04.16 DSNUGUTC - UTILITY 'LOAD' INCONSISTENT WITH LAST INVOCATION
happened?

If not, i suspect the same thing will happen again icon_confused.gif
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 Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts ISAM and abend S03B JCL & VSAM 9
No new posts SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top