What is a cluster?
Answers were Sorted based on User's Feedback
Answer / jynthe
A cluster can be thought of as a logical dataset consisting
of two separate physical datasets namely data component and
index component
Data component contains the actual data, and the index
component contains the index(ie) the key values which we
have set.
anybody can darely take this as an answer. i m very sure
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
A cluster is the combination of the index, sequence set and
data portions of the dataset. The operating system gives
program access to the cluster, ie. to all parts of the
dataset simultaneously.
| Is This Answer Correct ? | 0 Yes | 0 No |
Differentiate between ci split and ca split?
What is the main function of key sequenced data set in vsam?
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
Why is master catalog used in vsam?
What makes vrrds different from vsam?
Differentiate between control interval (ci) and control area (ca)?
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
Explain the catalog?
What is recovery parameters in define cluster command?
What is IDCAMS? and what is the purpose of it?
what do you mean by a vsam slot?
How do I declare the KSDS vsam so that I can store a reocrd with variable length?.