How can you create a VSAM dataset? Can you write a JCL for it?
Answer Posted / vasu
by using ifbr14 also we can create.in case of that we need
to code dsorg=ks/rr/es like dis in dd statement i read it
in one book.
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
name a few common vsam status codes?
what will happen if there is no secondary allocation made for datasets?
Is it slower if you access a record through alt index as compared to primary index?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
Explain the difference between lds and esds?
what is the purpose of the verify function of idcams?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
Using alternate indexes in batch program?
Define free space?
What are the different dataset organizations used in vsam?
is it necessary that all versions of the gdg have to be of the same record length?
Define gdg?
how can you load a vsam data set with records ?
What is a ci split?
What is the main function of key-sequenced data set?