InterviewSolution
| 1. |
Explain The Differences Between Vsam And Non-vsam Files |
Answer»
A data set is a physical records that are stored on a disk or TAPE , is a COLLECTION with a unique name The data set is normally identified by the MVS with labels The label information need to be supplied in JCL The data set organization in NON-VSAM files are sequenced, INDEXED Sequential, Direct and partitioned A data set is a physical records that are stored on a disk or tape , is a collection with a unique name The data set is normally identified by the MVS with labels The label information need to be supplied in JCL The data set organization in NON-VSAM files are sequenced, Indexed Sequential, Direct and partitioned |
|