What are the three levels of definition for the VSAM DEFINE?
Answer Posted / satish
define a cluster,
data component,
and index component
you need not be created data
and index. default cluster will create
by define.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the building blocks used in vsam datasets?
what are s0c1, s0c4, s0c5, s0c7 abends?
On which dataset you can have alt index?
Define base cluster?
What is recovery parameters in define cluster command?
How is the sorting of vsam files carried?
what does a file status of 02 on a vsam signifies?
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.
What are the distinctive features of a ksda, key sequenced dataset?
What is a ci split?
what is meant by s0c-07 system abend codes?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
What is a ca split?
if you wish to use the rewrite command how must the vsam file be opened?
Using alternate indexes in batch program?