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

How CHKP and XRST call be used


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sudhaaa

New User


Joined: 24 Mar 2005
Posts: 51

PostPosted: Sun Jun 05, 2005 6:01 pm
Reply with quote

HI all,

Can u please explain me how CHKP and XRST call be used? Why I need XRST,other than releasing CHKP. If it is so, where this XRST is so useful?

Suppose I issued CHKP for 1000 records, Then for every 1000 records updated(required function) will take place. Now I need a CHKP at 500 records at one site. Can I do this by modifying in Application program or in JCL(anything using HOLD)
Back to top
View user's profile Send private message
shivasankar

New User


Joined: 11 Jun 2005
Posts: 1

PostPosted: Sat Jun 11, 2005 10:37 am
Reply with quote

Hi Sudhaa,

XRST call should be issued to first before you issue CHKP call. That is to basically identify whether the job is restarted/or it is normal run(first time we normally start).

After issuing XRST call, the return value (XRST Work Area) is spaces, then it is normal start. If not, then it does mean that your job is restarted. In our application program there might be separate logic while restarting such as initialization of variable, then retrieve stored values from checkpoint save area etc.

Then if you want to change the chkp interval, you can do it by modifying the chkpoint interval value in ur application program. In jcl we can't specify chkp interval.

If you need any more details,let me know..

Friendly
Shiva
Back to top
View user's profile Send private message
Jagamohan

New User


Joined: 17 Jun 2005
Posts: 13
Location: Mumbai

PostPosted: Fri Jun 17, 2005 3:05 pm
Reply with quote

hi sudhaa
for better understanding u can refer this.
publib.boulder.ibm.com/infocenter/dzichelp/index.jsp?topic=/com.ibm.ims.doc.apdb_8.1.0/ie0p3mst97.htm
Back to top
View user's profile Send private message
kotesh

New User


Joined: 11 May 2005
Posts: 20

PostPosted: Tue Jun 21, 2005 8:33 am
Reply with quote

hi sudha,
what ever you have given that is good i want to add something extend
basically there are two types of checkpoints are there 1. basic checkpoint

2.symbolic check point ..
the diff is basic chkp does not have restart facility ,symbolic having restart facility........i donot have time ..i will add some info tomorrow..

ok
byeeeeee
Back to top
View user's profile Send private message
prasanth_thavva

New User


Joined: 28 Jul 2005
Posts: 86
Location: Chennai

PostPosted: Tue Oct 11, 2005 10:24 am
Reply with quote

sudha,

IF U FIND RESTART LOGIC USNING IMS PLZ UPDLOAD TO SITE

THANSK & REGARDS
VENKATA PRASANTH
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Batch call online program, EXCI task ... CICS 3
No new posts CSQBGET - Call giving completion code... COBOL Programming 3
No new posts CICS DPL call CICS 6
Search our Forums:

Back to Top