When CISZ is declared as 4096 at cluster level,is this true
that data will have 4096 and index will have default?????
Answer / sahoo
If you mention CISZ in cluster level VSAM would assign the
same CI size to both the data component and index
component.Although the CISZ parameter can be coded at the
CLUSTER level, that's not a good idea because VSAM would
assign the same CI size to both the data component and
index component.
| Is This Answer Correct ? | 18 Yes | 2 No |
By looking into the Jcl can we identify the dataset is VSAM?
5 Answers Cognizant, Keane India Ltd,
What is the difference between sequential files and ESDS files?
Differentiate between control interval (ci) and control area (ca)?
What is a VSAM split?
can you specify some the distinctive features of a ksds, key sequenced dataset?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
Define base cluster?
Why is it required to have a keyed directed retrieval?
What is a ci split?
explain how many ways you can load data in a vsam cluster?
what is meant by BUFND & BUFNI..?
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