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

How to modify SHAREOPTIONS of VSAM?


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

New User


Joined: 30 Nov 2005
Posts: 26

PostPosted: Tue May 29, 2007 8:28 pm
Reply with quote

Hi,

Does anyone know how to modify the SHAREOPTIONS of an already existing VSAM file? I tried this, but did not work.

//SYSIN DD *
ALTER VPR.TEST.PR61.GROUP.CONTROL -
SHAREOPTIONS(3,3)
/*

Help is appreciated.
Back to top
View user's profile Send private message
avelayudhan

New User


Joined: 30 Nov 2005
Posts: 26

PostPosted: Tue May 29, 2007 9:04 pm
Reply with quote

Hello,

I figured it out myself. In order to change SHAREOPTIONS, the entry type must be DATA component.

//SYSIN DD *
ALTER VPR.TEST.PR61.GROUP.CONTROL.DATA -
SHAREOPTIONS(3,3)
/*

Thanks
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: Tue May 29, 2007 9:06 pm
Reply with quote

Thank you for posting your resolution.
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 Access to non cataloged VSAM file JCL & VSAM 18
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts CVDA value for RRDS VSAM dataset. CICS 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Open VSAM File in IMS DC Region - DFS... IMS DB/DC 0
Search our Forums:

Back to Top