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

VSAM ERROR job ending SOCB


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

New User


Joined: 30 Jun 2007
Posts: 19
Location: United States

PostPosted: Thu Oct 02, 2008 3:47 pm
Reply with quote

Hi Mainframers can you help me with this abend?
FST002:004:NO EXISTING RECORD**(23) FILE:DSCREG RET. 08 FUNC 0 FDBK 004
FST002:020 *** JOB ABORTED - PSW059
*** FILE KEY = SPACES
*** ACTION = START

What does this mean and how do we solve this abend?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8700
Location: Dubuque, Iowa, USA

PostPosted: Thu Oct 02, 2008 4:49 pm
Reply with quote

This is a custom message from an application, so for guaranteed results you need to consult with the person supporting the application. However, from the messages it appears that the COBOL program got a file status 23 (record not found) while doing a START on a key of all spaces.

I would start by checking to see if the file got deleted and redefined before the program ran, and possibly had a problem reloading the data. The fact that the program is aborting due to failure of a START on space says there's an expectation in the program of having the START succeed.
Back to top
View user's profile Send private message
Sachinincsc

New User


Joined: 01 Oct 2008
Posts: 11
Location: Philadelphia, USA

PostPosted: Mon Oct 13, 2008 11:59 pm
Reply with quote

First Try

TSO VERIFY DATASET ' VSAM NAME' you are trying to access. If you dont get any error there it means the problem area is not in the VSAM catalouge.

If it gives you any RC> 0 then check If it is empty and indexes are not built , i used to get this error. usually copying a dummy record in this file works.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts U0016 error in JCL JCL & VSAM 4
No new posts python on z/OS error no encoding decl... Testing & Performance 0
No new posts IEW2315E 1369 Link error All Other Mainframe Topics 3
No new posts Help on IMS -API URL migrating from P... IMS DB/DC 1
No new posts JES datasets IO Error ABENDS & Debugging 3
Search our Forums:


Back to Top