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

CICS VSAM RLS READ


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

New User


Joined: 20 May 2010
Posts: 75
Location: India

PostPosted: Tue Oct 04, 2016 3:09 pm
Reply with quote

Hi We are trying to read a VSAM RLS file in a cics region. Can we do that using partilal key? The way we want to update VSAM RLS file as well. Could you please advise what are the things to keep in mind using RLS READ UPDATE. Any documentation , links or any read update sample code will be of great help..thanks
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10902
Location: italy

PostPosted: Tue Oct 04, 2016 3:52 pm
Reply with quote

googling with cics vsam rls wiill return all the links You need
but You could have done that before asking icon_evil.gif
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1248
Location: Richfield, MN, USA

PostPosted: Tue Oct 04, 2016 6:58 pm
Reply with quote

The following will probably answer your question:
www.redbooks.ibm.com/abstracts/sg246105.html?Open&pdfbookmark
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3109
Location: NYC,USA

PostPosted: Tue Oct 04, 2016 8:39 pm
Reply with quote

VSAM RLS provides the record locking and buffer coherency functions across CICS and batch. But the transactional recovery function for applications is provided by CICS. CICS creates a backout log record for each change made to a recoverable file, and VSAM RLS obtains and holds a lock on each changed record. The lock remains held until the transaction ends. If a transaction fails, CICS backs out all changes made by the application to recoverable files, thus isolating the other sharing applications from the failure.
The way we want to update VSAM RLS file as well. Could you please advise what are the things to keep in mind using RLS READ UPDATE. Any documentation , links or any read update sample code will be of great help..thanks
Can we do that using partilal key?

I am surprised, Why as yet none of your CICS Admin/support staff don't have answer for this? or You are the one who don't want to reach them for the answers at first place?
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Upgrade CICS TS to 6.2: authorization... CICS 0
No new posts PL/1 SEND CICS MAP first time, attrib... CICS 6
No new posts CICS UCTRAN=NO not working, need syst... CICS 3
No new posts CICS-Db2 connection issue CICS 1
No new posts After newcopy the CICS program user f... CICS 7
Search our Forums:


Back to Top