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

Steps to add Extended Addressability to VSAM datasets ?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
vinchuh

New User


Joined: 06 Apr 2009
Posts: 7
Location: chennai

PostPosted: Mon Apr 06, 2009 5:29 pm
Reply with quote

How to add Extended Addressability to VSAM datasets?
Do we need to make any change in the control card where we are specifying the define cluster statement
icon_confused.gif
(The thing is that job is not able to handle more then 4 G.B. data so we need to provide Extended Addressability support, please let me know.......)
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Apr 06, 2009 5:59 pm
Reply with quote

Easy, talk to the storage group. VSAM extended capabilities are controlled by them in the ACS routines.
Back to top
View user's profile Send private message
vinchuh

New User


Joined: 06 Apr 2009
Posts: 7
Location: chennai

PostPosted: Mon Apr 06, 2009 6:17 pm
Reply with quote

Thank you so much, as I was searching for this for last two days in net for this.
Can you please tell me one thing more, Do we need to make any change in the control card where we are specifying the define cluster statement or not ?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Apr 06, 2009 6:18 pm
Reply with quote

Totally depends on the site setup. So the answer could be YES or NO.
Back to top
View user's profile Send private message
vinchuh

New User


Joined: 06 Apr 2009
Posts: 7
Location: chennai

PostPosted: Mon Apr 06, 2009 6:39 pm
Reply with quote

I asked storage group to add this feature.
Now, they are going to add the SMS ACS rules to VSAM files icon_smile.gif ,
what we should asked them to do apart from this.
Do we need to specify extended addressability parameter in Data class ?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Apr 06, 2009 6:54 pm
Reply with quote

As I said, it all depends on how the storage people set up the ACS routines. You may have to use a specific DATACLAS and/or STORCLAS parameter in the IDCAMS statements, or you may not. You need to ask them how they have set it up, not me.
Back to top
View user's profile Send private message
vinchuh

New User


Joined: 06 Apr 2009
Posts: 7
Location: chennai

PostPosted: Mon Apr 06, 2009 7:07 pm
Reply with quote

Thanks a lot for yours support icon_biggrin.gif
This was my first Query.
Back to top
View user's profile Send private message
rahulbank

New User


Joined: 25 Sep 2008
Posts: 66
Location: Bengaluruuuuuu

PostPosted: Tue Apr 14, 2009 8:02 pm
Reply with quote

I once had a similar problem I believe, I got around this by choosing a dataclass which has an extended addressability as yes(look in ISMF)..I know the question is answered just wanted to share my view..
Back to top
View user's profile Send private message
amitsjcntl

New User


Joined: 30 Jun 2020
Posts: 13
Location: India

PostPosted: Tue Jun 30, 2020 7:41 pm
Reply with quote

Hello

Once we have defined the extended VSAMS, what other places are affected? I mean, do I need to change the code also, somewhere, in order to enable its use?

I researched it a bit and could not find any specific manual which lists this out in detail. Does anyone has any reference?

Also, I could see that the we need to use XRBA instead of RBA in the macros like GET, POINT and so on.

Just looking for a proper guidance (manual) to enable extended addressability for VSAM.

Any suggestions would be helpful.

Thanks
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Tue Jun 30, 2020 9:10 pm
Reply with quote

Quote:
do I need to change the code also, somewhere, in order to enable its use?
WHAT code? COBOL code does not need any changes, but if you're using assembler then you need to change the code for XRBA (for example).
Back to top
View user's profile Send private message
Apoorva

New User


Joined: 28 Jan 2020
Posts: 49
Location: India

PostPosted: Tue Jun 30, 2020 10:02 pm
Reply with quote

rahulbank wrote:
I once had a similar problem I believe, I got around this by choosing a dataclass which has an extended addressability as yes(look in ISMF)..I know the question is answered just wanted to share my view..
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Tue Jun 30, 2020 10:08 pm
Reply with quote

This topic is 11 years old. Please do not tailgate topics - old or new. start your own. Topic locked.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. 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 CA7 deleting files in steps after job... CA Products 4
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
Search our Forums:

Back to Top