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

Regarding IMS Check point calls


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

New User


Joined: 01 Mar 2007
Posts: 2
Location: Pune

PostPosted: Fri Mar 02, 2007 5:03 pm
Reply with quote

What is the difference between symbolic and basic check point call.Can we use basic check point call for restarting...
Back to top
View user's profile Send private message
gautam79

New User


Joined: 30 Aug 2006
Posts: 11
Location: India

PostPosted: Fri Mar 09, 2007 5:20 pm
Reply with quote

Hi,

Basic Checkpointing:
All programs can use the Basic method, it is the only checkpoint method available to MPP?S, or online programs. The application program must provide its own method of restarting, because the extended restart call is not supported. Neither OS/VS nor GSAM files are supported with the Basic checkpoint method. It is your responsibility to provide an 8-character checkpoint ID and to increment it as processing dictates. A message is sent to the master console, as well as to the JES log, with the checkpoint ID and a date and time stamp. You will need this information, if a checkpoint restart becomes necessary. A major disadvantage of the Basic checkpoint method is that you cannot change anything in your program prior to restarting.
Thus, it can be used in DL/I, BMP and MPP program. IMS resources are released. Database changes are permanent. Programmer must provide restart logic to restore variables and database position.

Symbolic Checkpointing:
Only BMP and batch programs can use this method. Up to seven I/O areas can be saved with Symbolic checkpointing. Symbolic checkpointing uses the extended restart call. For information to be saved during execution, and then later restored upon restarting, the variables will be saved in the log file every time a checkpoint call is issued. Then, when the program is restarted with the extended restart (XRST) call, the variables will be restored from the log file created during the first execution.If a restart was requested, the XRST call automatically restores all of the variables you declared in the checkpoint area. It also restores the position in all data bases and GSAM files at the current position when that checkpoint was taken. (IMS does this by issuing internal GU calls).

I think this is a big reply but might answer most of your queries.

[/u]
Back to top
View user's profile Send private message
masreejith

New User


Joined: 01 Mar 2007
Posts: 2
Location: Pune

PostPosted: Fri Mar 09, 2007 6:09 pm
Reply with quote

Hi gautam,

Thanks for the information.
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 COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Point and Shoot )PTNS TSO/ISPF 0
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts How to check whether who renamed the ... JCL & VSAM 3
Search our Forums:

Back to Top