Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
what is the concept of restart& check point?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IMS DB/DC
Author Message
snm

New User


Joined: 10 Mar 2005
Posts: 11

PostPosted: Thu Aug 11, 2005 12:22 pm    Post subject: what is the concept of restart& check point?
Reply with quote

hi
what is the concept of restart& check point? and where do we use this 'ID=LAST'?
thanks®ards
Back to top
View user's profile Send private message
References
PostPosted: Thu Aug 11, 2005 12:22 pm    Post subject: Re: what is the concept of restart& check point? Reply with quote

Karthikt

Active User


Joined: 15 Aug 2005
Posts: 52

PostPosted: Mon Aug 15, 2005 11:59 am    Post subject:
Reply with quote

Checkpoint and Restart logic is used in IMS where you perform large scale database update processing.

For example, if you are updating 1000 records into IMS database. If you are using Check point, then you encounter abend in 999th updation. Then whataver the system resources, CPU time used will be lost and agin you have restart the process from begin.

You can issue a CHKPT call for every updates of 10 records. And these updates will be committed permanently in IMS database.

RESTART
Say for esample if you encounter abend during updation of 88th record in the input file. so far 80 records have been successfully updated with checkpoint call. Now you have to restart your process from 81st record.

Eac CHKPT call will have checkpoint Id and I/O areas. Whever you restart process, you have to provide this checkpoint ID in the PARM of JCL that executes the IMS program as last parameter. Program will uses this checkpoint Id to restart the process from the last check point.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IMS DB/DC All times are GMT + 6 Hours
Page 1 of 1