VSAM is IBMs virtual storage access method. If we go deep in learning VSAM file we will know many points.
Five Points are as follows:
- VSAM has dual role. We can refer it for dataset types, and access method. VSAM primarily used for Applications,and can not be used for Source programs,JCLs and executable modules. We can not edit VSAM datasets with ISPF.
- VSAM formats disk records totally different way.
- Mostly we use VSAM datasets, for keyed data.
- VSAM dataset format by default is VB. In the JCL if we change the RECFM and BLKSIZE, it does not effect on the dataset properties.
- RECORDS(1000 500), The maximum allocated size is for 1000 records, it can be incremented of 500 records.RECORDSIZE(250 250), average and maximum size of the records.
Enjoy reading. I welcome your comments.
Related Posts