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

Can Any one explain me abt CHECK POINTS CONCEPT?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vijaynedunuri
Warnings : 1

New User


Joined: 11 Jun 2006
Posts: 10

PostPosted: Mon Jul 10, 2006 8:09 pm
Reply with quote

In Mainframes how the CHECK POINT concept works? Can anybdy explain this.
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Mon Jul 10, 2006 8:52 pm
Reply with quote

Checkpoints allow an analyst to resubmit a job with a RESTART parameter instructing a program to pick up at a specific point in the program. Checkpoint restarting will NOT work unless the program is written to take checkpoints.

A COBOL programmer can write his program to take checkpoints at specific intervals (say every 10,000 records processed). If you had a million input records, each time the program has processed 10,000 records the program writes a checkpoint with some key field (like policy number) to the output checkpoint dataset. If the job abends (due to a tape drive error or mainframe loss of power), the analyst doesn't have to start the job from the top. He can view the checkpoint dataset, determine the point at which to restart the job, and code his RESTART parameter to begin at that point. The program spins down positioning all the input and output files at the checkpoint and then resumes processing (as well as checkpointing).
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 SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts DB2 Statistics - Using EXPLAIN and qu... DB2 1
No new posts How to check whether who renamed the ... JCL & VSAM 3
No new posts No ++JCLIN, APPLY CHECK job JCL & VSAM 1
Search our Forums:

Back to Top