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

Abend Code 'S0E8'


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Mam

Guest





PostPosted: Tue Aug 23, 2005 5:29 pm
Reply with quote

Can anybody explain me the ABEND Code 'S0E8'.? It's causes and how to solve it?

Regards,
Mam.
Back to top
ironmike

New User


Joined: 07 Aug 2005
Posts: 33

PostPosted: Wed Aug 24, 2005 4:07 am
Reply with quote

This abend occurred because of a system error processing a VIO data set. It's probably NOT due to anything you did overtly. A previous abend or system error led to this abend occurring.

Post the JES Job Log for the failing job if you need further help on this.

You can resubmit the failing job and it will probably execute without failing again with this abend. You could also change your UNIT= specification in the failing job step's JCL so that you don't use VIO.
Back to top
View user's profile Send private message
Mam

Guest





PostPosted: Fri Aug 26, 2005 3:21 pm
Reply with quote

I got this abend while loading data from a dataset to DB2 tables. i do not have the Job log now, as it gets cleared in 2 days in our system, but it said some BATCH MEMORY UTILITY failure on a SORTOUT dataset specified in the job step. i also resubmitted the job from the failing step, but it again abended with the same error.

Regards,
Mam.
Back to top
ironmike

New User


Joined: 07 Aug 2005
Posts: 33

PostPosted: Fri Aug 26, 2005 5:40 pm
Reply with quote

Use a different unit name for SORTOUT and SORTWKnn; don't use a VIO unit name.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top