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 All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts Sorting date into YYYYMMDD, and creat... DFSORT/ICETOOL 13
No new posts To Sort detail records in a file with... SYNCSORT 5
No new posts To Populate Trailer cnt in the file w... SYNCSORT 1
No new posts Sort card to know that creation date ... DFSORT/ICETOOL 10
Search our Forums:


Back to Top