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

How to resolve ABEND=SFFF U4095 REASON=93D04120.


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

New User


Joined: 13 Oct 2012
Posts: 29
Location: India

PostPosted: Fri Jun 28, 2013 12:28 pm
Reply with quote

The JCL for COBDB2 program is abending with error description as ABEND=SFFF U4095 REASON=93D04120. Can any one help me in resolving this.
Note - I am not referring any VSAM dataset.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Jun 28, 2013 12:34 pm
Reply with quote

JCL does not abend, programs abend.

Why did you feel the need to tell us you're not using VSAM?

Have you discovered what abend code SFFF means? What does that make you think?

Do you have other messages?

What was changed since the previous successful execution of the program?
Back to top
View user's profile Send private message
Abhinav Chandra

New User


Joined: 13 Oct 2012
Posts: 29
Location: India

PostPosted: Fri Jun 28, 2013 12:52 pm
Reply with quote

Why did you feel the need to tell us you're not using VSAM ?
- I have searched in various forums mainly the abend U4095 is referring to VSAM dataset.

Have you discovered what abend code SFFF means? What does that make you think?
- NO idea what abend code SFFF means. It was displayed in the error message.

IEF450I ABCPRACK STEP02 - ABEND=SFFF U4095 REASON=93D04120
TIME=11.32.56
- -----TIMINGS (MINS.)------
-STEPNAME PROCSTEP RC EXCP CONN TCB SRB CLOCK SERV
-STEP02 *SFFF 1831 725 .00 .00 .0 8027
-STEP03 FLUSH 0 0 .00 .00 .0
OPS1370O PROD X'00000000000000010000000000000000' X'0400' X'0000' NONE 300
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Jun 28, 2013 1:06 pm
Reply with quote

In ABEND=SFFF the S tells you it is a System Abend, and then there is a three-character Hex code. You may have previously seen something like S0C7, for instance.

So, locate a list, from IBM or someone credible, of System Abend codes.

Look for SFFF. Draw a conclusion.

Although you will see U4095 (which is a User abend-code, with a four-digit decimal), you might also want to notice what 4095 is in hex.

Re-consider a;; the questions you have been asked.
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 Reorg abended with REASON=X'00E40347' DB2 2
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts REASON 00D70014 in load utility DB2 6
No new posts Need help to resolve a hard edit COBOL Programming 8
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
Search our Forums:

Back to Top