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

Accessing File both in batch and online.


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

New User


Joined: 28 Feb 2006
Posts: 2
Location: Hyderabad

PostPosted: Mon Mar 27, 2006 10:56 am
Reply with quote

Hi all,

I have to access a file both in online and batch.

Online program will only update the file and the batch program will take the read the data from the file.

But its possible that before the batch job ends the online program can access the file.

Waiting for reply.

Regards,
Umesh
Back to top
View user's profile Send private message
unni_nss

New User


Joined: 20 Sep 2005
Posts: 19

PostPosted: Mon Mar 27, 2006 1:52 pm
Reply with quote

hi,
its possible,bcz,mvs has an options like SHAREOPTIONS(Cross region,Crosssystem).And also,by pseudo conversation,if the system wants to wait,u can do the programming like that.
anyway,i am not sure in this and correct me if you got the correct method!
Back to top
View user's profile Send private message
gsnvsr

New User


Joined: 06 Jul 2005
Posts: 40

PostPosted: Mon Mar 27, 2006 7:31 pm
Reply with quote

VSAM SHAREOPTS(2,3) should serve your need. However, for cross-region sharing, VSAM does not ensure Read Integrity.

I have not seen any shop that uses an online file in batch when CICS is UP. I hope you don't wish to do it in production!
Back to top
View user's profile Send private message
Vinodc

New User


Joined: 01 Dec 2005
Posts: 33
Location: Prague

PostPosted: Mon Mar 27, 2006 8:59 pm
Reply with quote

Hi gsnvsr,

My shop uses CICS-OPENED-FILES in batch jobs. and dozens of them. OF course they are used in read mode in batch jobs and update mode in CICS. and of course with VSAM SHAREOPTS(2,3).
Back to top
View user's profile Send private message
gsnvsr

New User


Joined: 06 Jul 2005
Posts: 40

PostPosted: Mon Mar 27, 2006 10:54 pm
Reply with quote

It should then be okay for the business! I mentioned that I've not seen a shop doing it. Good that you alerted. Old mainframe is being used differently across different places. So, no wonder. Cheers
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 3
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