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

What syncpoint command does in the pgm


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sierra_angel

New User


Joined: 06 Sep 2006
Posts: 1
Location: Malaysia

PostPosted: Wed Sep 06, 2006 8:58 am
Reply with quote

Hello there!

I would like to ask what syncpoint command does in the pgm?. Is this really help to release the resources?
E.g. System 1(Screen1) do a tranx, then System 2 (screen2) is also doing a tranx, then screen 2 abended with error SQL 911 (contention with Screen1).
Screen1 calls a program that updates the file (FILE1) w/c Screen2 also using.
With this, they told me to use the SYNPOINT command in screen 1 as per their explanation this is not to hold FILE1 too long (to release FILE1) so that other screens can access the FILE1.
Thanks!
Back to top
View user's profile Send private message
raghunathns

Active User


Joined: 08 Dec 2005
Posts: 127
Location: rochester

PostPosted: Thu Sep 07, 2006 2:46 am
Reply with quote

syncpoint is similar to commit.

if you update a record then it will held until you issue syncpoint or end of transaction.

if you issue syncpoint rollback. your updates will be cancelled.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
No new posts Query on edit primary command CLIST & REXX 5
Search our Forums:

Back to Top