What is the base cluster?
Answer / guest
The base cluster consists of the data component and the
index component for the primary index of a KSDS.
| Is This Answer Correct ? | 17 Yes | 0 No |
How do you calculate record size of an alternate cluster?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
What is a ca split?
What more info you should give in the DD statement while defining the next generation of a GDG?
how to see the last records in vsam dataset??
What is VERIFY command ? when do you use this command?? What actually it does ??
What are all the ways we can create datasets?
why ci and ca splits are not possible in esds and rrds?
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
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
Can you delete vsam files with the delete option of the disposition parameter of jcl?