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

How to place SYNCPOINT in VSAM .


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ShobhitVerma10april

New User


Joined: 28 Jun 2014
Posts: 21
Location: INDIA

PostPosted: Thu Jul 03, 2014 11:14 am
Reply with quote

Hi ,

Lets assume , if we are reading a VSAM file and loading data into a table and if in between bad records comes in between and program got ABEND then how would we make sure that next time it starts from the next to bad record not from the starting .



Thanks,
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Thu Jul 03, 2014 7:45 pm
Reply with quote

Your post title is completely wrong -- SYNCPOINT is not part of VSAM, it is done by the program. And you would have to code up your program to use the SYNCPOINT.

Furthermore, typically if you want such restart capability in your application it MUST be designed in from the start; attempting to add it after the application is designed usually doesn't work very well.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3051
Location: NYC,USA

PostPosted: Thu Jul 03, 2014 9:33 pm
Reply with quote

You can read more on Checkpoint-Restart logic, which is very much standard.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts CVDA value for RRDS VSAM dataset. CICS 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Open VSAM File in IMS DC Region - DFS... IMS DB/DC 0
Search our Forums:

Back to Top