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

File sharing between two online regions


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

New User


Joined: 09 Jun 2006
Posts: 52

PostPosted: Wed Mar 04, 2015 6:30 am
Reply with quote

We have a requirement to have a CICS online region (X) file be shared with a new CICS online region (N).

X file is updatable but has to be shared as read-only in N.

Is this doable ? I have learnt that an updatable file can not be shared as READ-ONLY to other region.

Can any one please clarify me?

Thanks.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Mar 04, 2015 10:59 pm
Reply with quote

Yes, you can update in one region and read-only in another, plus you can keep the (2,3) Shareoptions. This can only work while the regions are defined to the same LPAR.

Have you looked into an MRO "File Owning Region"?

Normally, an "FOR" does not contain any code, so you'd have to determine the particular access for the "AOR" (Application Owning Region).

HTH....
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 2
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top