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

Multiple access of VSAM in batch


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Amit Goswami

New User


Joined: 06 Jul 2005
Posts: 11
Location: India

PostPosted: Wed Oct 08, 2008 9:19 am
Reply with quote

Hi,

I have one program that opens a VSAM file in input mode and read it randomly. The record key for file is the records of another file that may vary from 1 to 1m.

There are many job that execute this program simultaneously and hence may perform read on VSAM file using keys from their individual file.

Does this affect the processing of job? I mean contention on file opening.

My another question is, since my program is a middle program so I am opening file only once but after reading the records or at the end of processing I am not closing it. Would it affect anything?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Oct 08, 2008 9:25 am
Reply with quote

Hello,

Quote:
Does this affect the processing of job? I mean contention on file opening.
It could. . . All of the reads will cause contention also.

Quote:
after reading the records or at the end of processing I am not closing it. Would it affect anything?
Probably not. I suspect that when the process is finished reading the control file, it ends which wo8uld automatically close the vsam file.

You might want to consider limiting how many of this process might run concurrently if performance is an issue.
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts How to access web services/website? Mainframe Interview Questions 4
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
Search our Forums:

Back to Top