|
| Total Answers and Comments: 5 |
Last Update: February 18, 2009 Asked by: Phinix |
|
| | |
|
Submitted by: ameer This parameter can be used to request the buffer space for the datasets usually VSAM datasets. when the datasets are accessed they are accessed only in terms of blocks for example when accessing a record from a dataset, the record is read from a block and when all the records from the block are read then the next block is accessed and so on. so as to place these blocks we require buffers which are specified using this parameter. here BUFNI will hold the Index part and BUFND will hold the data part of the VSAM file.
Above answer was rated as good by the following members: vipin_sharma0383 | Go To Top
|