What is Base Cluster ?
Answer / naveen87ginjupalli
The Base Cluster is combination of Data component & Index
component.
| Is This Answer Correct ? | 17 Yes | 0 No |
By seeing a program how we findout it is a VSAM program?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
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 recovery parameters in define cluster command?
what do you mean by define model parameter?
difference between vsam and database tables
How to declare the EMP Name, EMP No., DOB in VSAM KSDS file? Please explain.....
Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?
What is the difference between sequential files and ESDS files?
What is a lds (linear data set) and what is it used for?
What is the main function of linear dataset?
How can you create a VSAM dataset? Can you write a JCL for it?