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

difference b/w syncpoint, checkpoint and breakpoint


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vrakeshmbt

New User


Joined: 17 Aug 2005
Posts: 30

PostPosted: Wed Dec 07, 2005 1:37 pm
Reply with quote

what is the difference b/w syncpoint, checkpoint and breakpoint
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Wed Dec 07, 2005 2:01 pm
Reply with quote

vrakeshmbt,

Breakpoint is a temporary marker that a programmer sets in source code so that execution can be interrupted by external intervention or by a monitor program such as a debugger.

syncpoint is a reference point during transaction processing to which resources can be restored if a failure occurs.

Checkpoint is a place in a program at which a check is made, or at which a recording of data is made to allow the program to be restarted in case of interruption.

hope this helps.
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Wed Dec 07, 2005 2:05 pm
Reply with quote

By definition :

syncpoint:
A logical point in the execution of an application program where the changes made by the program are consistent and complete, and can be committed. The output, which has been held up to that point, is sent to its destination, the input is removed from the message queues, and updates are made available to other applications. When a program terminates abnormally, CICS recovery and restart facilities do not back out updates prior to the last completed sync point.
The beginning or ending of a unit of recovery when all resources are consistent.
An intermediate or end point during processing of a transaction at which the transaction's protected resources are consistent. At a syncpoint, changes to the resources can safely be committed, or they can be backed out to the previous syncpoint.

Breakpoint

A place in a program (specified by a command or a condition) where the system stops the processing of that program and gives control to the display station user or to a specified program.

Checkpoint
A point at which the database manager records internal status information on the log; the recovery process uses this information if the subsystem abnormally terminates.

Hope this helps.
Back to top
View user's profile Send private message
vrakeshmbt

New User


Joined: 17 Aug 2005
Posts: 30

PostPosted: Wed Dec 07, 2005 3:14 pm
Reply with quote

Thanks a lot Radhakrishnan
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts What is the difference between Taskty... Compuware & Other Tools 2
No new posts Difference between VALIDPROC and CHEC... DB2 3
No new posts Difference between CEE3250C and CEE3204S COBOL Programming 2
Search our Forums:

Back to Top