View previous topic :: View next topic
|
Author |
Message |
amitsjcntl
New User
Joined: 30 Jun 2020 Posts: 13 Location: India
|
|
|
|
As suggested, starting anew topic.
Hello
Once we have defined the extended VSAMs, what other places are affected? I mean, do I need to change the code also (Assembler), 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
Thank you for your reply Robert Sample (in the other topic chain).
Do we have any specific manual for Extended Addressabilty for VSAM, which details out all that changes? |
|
Back to top |
|
|
Apoorva
New User
Joined: 28 Jan 2020 Posts: 49 Location: India
|
|
|
|
amitsjcntl wrote: |
As suggested, starting anew topic.
Hello
Once we have defined the extended VSAMs, what other places are affected? I mean, do I need to change the code also (Assembler), 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
Thank you for your reply Robert Sample (in the other topic chain).
Do we have any specific manual for Extended Addressabilty for VSAM, which details out all that changes? |
1. Is it a KSDS VSAM dataset?
2. Are you converting an existing VSAM dataset to extended one? If so then what OPTCD have you been using currently?
RBA/XRBA comes into picture only when you are using OPTCD=ADR option in your RPL. |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
Back to top |
|
|
amitsjcntl
New User
Joined: 30 Jun 2020 Posts: 13 Location: India
|
|
|
|
Hello Apoorva
I am enabling the full VSAM system (both batch and online) to be able to work with extended datasets.
What I understand so far is that we need to use XRBA instead of RBA enable this and maybe KSDS will work without making any changes to the I/O code.
I am looking for other stuff which may require changes or a document which explains extended addressability for VSAM in detail. |
|
Back to top |
|
|
amitsjcntl
New User
Joined: 30 Jun 2020 Posts: 13 Location: India
|
|
|
|
Thanks for the link Rohit !
But that does not have information which I am looking for. |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
amitsjcntl wrote: |
Thanks for the link Rohit !
But that does not have information which I am looking for. |
I haven't said it has what you looking for. It is just to understand the link between this new post and attach is to old post to which you responded.
Second, Did you look up in the Manuals ? Following should help you to be the starting points.
Upgrading a standard ESDS to an extended addressing ESDS
2.4 Extended Addressability |
|
Back to top |
|
|
Apoorva
New User
Joined: 28 Jan 2020 Posts: 49 Location: India
|
|
|
|
amitsjcntl wrote: |
Hello Apoorva
I am enabling the full VSAM system (both batch and online) to be able to work with extended datasets.
What I understand so far is that we need to use XRBA instead of RBA enable this and maybe KSDS will work without making any changes to the I/O code.
I am looking for other stuff which may require changes or a document which explains extended addressability for VSAM in detail. |
Hello Amit,
Right you need not worry about KSDS VSAM files that are just using OPTCD=KEY. You just need to look for VSAM files (could be KSDS or ESDS) that are using OPTCD=ADR in which case you may have to change RBA to XRBA. (i.e 4 bytes RBA to 8 bytes RBA). |
|
Back to top |
|
|
amitsjcntl
New User
Joined: 30 Jun 2020 Posts: 13 Location: India
|
|
|
|
Thanks Apporva !
Is this the only thing that changes with the extended VSAM? |
|
Back to top |
|
|
Pete Wilson
Active Member
Joined: 31 Dec 2009 Posts: 592 Location: London
|
|
Back to top |
|
|
amitsjcntl
New User
Joined: 30 Jun 2020 Posts: 13 Location: India
|
|
|
|
Thank you for your response Pete.
I am unable to open this link. Is it still active? |
|
Back to top |
|
|
Pete Wilson
Active Member
Joined: 31 Dec 2009 Posts: 592 Location: London
|
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
|
|
it works for me ...
it arrives to
z/OS Extended Format Datasets - Background, Benefits, and Implementation
Quote: |
Abstract: This document organizes 4 other Techdocs which are part of a larger project focusing on Extended Format Datasets in z/OS. The linked documents, taken together, provide an overview of Extended Format Data Sets, describe the benefits of migrating to Extended Format (particularly Data Set Encryption), and provide a tutorial for allocating datasets in Extended Format within ISMF. |
|
|
Back to top |
|
|
amitsjcntl
New User
Joined: 30 Jun 2020 Posts: 13 Location: India
|
|
|
|
Thanks Pete and Enrico.
I just searched "z/OS Extended Format Datasets - Background, Benefits, and Implementation" in Google and was able to open the page. |
|
Back to top |
|
|
|