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

Query on SYNCPOINT and SYNCORETURN


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
abhijit.nayak01

Active User


Joined: 22 Mar 2009
Posts: 161
Location: South Africa

PostPosted: Mon Jan 24, 2011 4:58 pm
Reply with quote

Hi,
If my program A is calling program B:
EXEC CICS LINK
PROGRAM ('B')
COMMAREA (COMM-DATA)
DATALENGTH (LENGTH OF COMM-DATA)
LENGTH (LENGTH OF W01-PASS-DATA)
SYNCONRETURN
RESP (W01-RESP)
END-EXEC

B program is doing some updates to the table and returning back to A and B is commiting all the records the moment I am giving SYNCPOINT in B or the moment B is returning back to A. But if the program A is failing after the successful completion of B then whatever A has updated is getting rollbacked but B's commited data are not rollbacked. Is there any way to rollback both the changes.

Thanks,
Abhijit.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Jan 24, 2011 5:33 pm
Reply with quote

you have a large problem with terms and definitions.
you are not CALLing program B.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Jan 24, 2011 5:53 pm
Reply with quote

looks like You are getting what You are asking for ...
meditate on the manuals about SYNCONRETURN
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top