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

How Can I know VSAM share mode?


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

New User


Joined: 11 Dec 2008
Posts: 33
Location: China

PostPosted: Tue Apr 06, 2010 9:14 am
Reply with quote

Dears,

These days I was confused by VSAM share ways problem.There are 4 modes for VSAM buffering technique:NSR/LSR/GSR/RLS.And as i know many guys think it is best to use RLS mode.

But How can i know which mode i will use when I define a VSAM with SHAREOPTION(x,y)?NSR or LSR?I know if is a CICS file we can use CEMT to inquire the sharemode.So How about the batch VSAM file?How can I determine the mode we use?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue Apr 06, 2010 2:49 pm
Reply with quote

SHAREOPTIONS is not related to NSR, LSR, etc. SHAREOPTIONS relates to how requests for access to data from different address spaces are handled. NSR / LSR / etc. are buffer management techniques and each are suitable for different situations -- and each may be used by different jobs that are running at the same time (that is, this is not fixed forever but varies by job).

If your batch job is using BLSR, your JCL will indicate so. You may have to contact your site support group about your question since there are products that can provide LSR buffering for batch programs.
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 HILITE on Browse mode? TSO/ISPF 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top