Extended addressability support
You can access VSAM data sets that are defined with the extended addressability attribute, use those VSAM data sets in COBOL programs without COBOL source changes, and maintain compatibility with previous versions of COBOL.
With extended addressability support, you can define larger VSAM data sets outside of COBOL. The 4 GB VSAM architectural limit for data set size imposed by using the 4-byte field for the relative byte address (RBA) is eliminated.
- Control Interval (CI) size multiplied by 4 GB
- Volume size multiplied by 59
Extended addressability is also supported for programs compiled with earlier versions: VS COBOL II programs compiled with RES and any later compilers.
Extended addressability and extended format are not the same concept. Extended format is a prerequisite for extended addressability. Extended format is a technique that affects the way of storing count key data (CKD) in a 3390/3380 logical track. Extended format implements data striping and increases the performance and the reliability of an I/O operation. If a data set is allocated as an extended-format data set, 32 bytes are added to each physical block.
z/OS® DFSMS: Using Data Sets