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

share options in a VSAM file


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

New User


Joined: 13 Oct 2006
Posts: 15

PostPosted: Fri Oct 27, 2006 4:13 pm
Reply with quote

Hi,

What is the significance of share option while defining a VSAM file.
And what is the difference between the share option (1 3) and (3 3).How can it affect the usage of a VSAM file.

Thanks,
Raman
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Fri Oct 27, 2006 6:24 pm
Reply with quote

Hi There,

SHAREOPTIONS(crossregion,crossystem)
SHAREOPTIONS(1,x): One user can have the dataset open for read/write access or any number of user for read only
SHAREOPTIONS(3,x): Any number of user can have the dataset open for both, read & write access .

The share options of a VSAM data set are specified as a parameter for an IDCAMS DEFINE CLUSTER that creates a new data set. They show how a component or cluster can be shared among users.

Hope it will helpful
Back to top
View user's profile Send private message
Verma,Raman

New User


Joined: 13 Oct 2006
Posts: 15

PostPosted: Wed Nov 01, 2006 5:54 pm
Reply with quote

Thanks...
The information provided by you improved my understanding of the topic...
Raman
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 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