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 |
Alt key is used for what type of vsam file
to use the rewrite command, how should the vsam file be opened?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?
How do you load a VSAM data set with records ?
How are records stored in an ESDS, entry sequenced dataset?
How do you decide on optimum values for CI, FREESPACE etc...?
What does a file status of 02 on a VSAM indicate?
what is freespace
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
What is the Difference between LDS & ESDS ?
Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?
what is the RRN for the first record in RRDS?