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

VSAM data getting Rolled back CICS ABEND


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
balaji_be09
Warnings : 1

New User


Joined: 27 Sep 2005
Posts: 7
Location: pune

PostPosted: Fri Aug 17, 2007 6:35 pm
Reply with quote

Hi All,
When the CICS transaction is abended in the region the VSAM records which i have written in the file are lost. i want to retire the records in the file even in case on abend. Do i have any option in the file definition or in FCT entry to solve this

Reagrds
Balaji
Back to top
View user's profile Send private message
kgumraj2

New User


Joined: 01 Aug 2007
Posts: 42
Location: Hyderabad

PostPosted: Fri Aug 17, 2007 6:43 pm
Reply with quote

Hi,
In your application do you have SYNCPOINT ? If not do include.

For further ref See:

http://publib.boulder.ibm.com/infocenter/txformp/v6r0m0/index.jsp?topic=/com.ibm.cics.te.doc/erziai00128.htm
Back to top
View user's profile Send private message
balaji_be09
Warnings : 1

New User


Joined: 27 Sep 2005
Posts: 7
Location: pune

PostPosted: Fri Aug 17, 2007 6:45 pm
Reply with quote

I cannot do a syncpoint as i don't want to save the database data. I want to save only files

Regards
Balaji
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Fri Aug 17, 2007 6:45 pm
Reply with quote

Sounds like the file is defined as recoverable, issue a syncpoint to commit what has been written and they will not be backed off.
The work done between syncpoints will be considered a "logical unit of work" (LUW).
Back to top
View user's profile Send private message
balaji_be09
Warnings : 1

New User


Joined: 27 Sep 2005
Posts: 7
Location: pune

PostPosted: Fri Aug 17, 2007 6:47 pm
Reply with quote

Hi William,
Can you help in me handling through the definition of the file. Either with FCT or file definition

regards
Balaji
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 2
No new posts Issues Converting From ZD to Signed N... DFSORT/ICETOOL 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Using API Gateway from CICS program CICS 0
No new posts Access to non cataloged VSAM file JCL & VSAM 18
Search our Forums:

Back to Top