In vsam at the cluster creation for KSDS FREESPACE parameter
is required but for ESDS FREESPACE parameter is not required ?
Answers were Sorted based on User's Feedback
Answer / kiran_2be3
Because in ESDS we cannot insert a record in between 2
records. In case of KSDS we can.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / vishwa
no need of freespace while crateing the ESDS cluster.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / harsha
Freespace(CI%,CA%)
it means
1 "How much percentage of CI is to be left free"
2 "How much percentage of CA is to be left free"
Free space is responsible for record splitting and Spanned
record.
In KSDS, Record splitting and Spanned record is possible
while in ESDS, it is not possible.
In ESDS, one cannot Insert a record in between
one cannot Delete a record in between
one cannot Increase the length of a record in between
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / nizam&
For every record in an ESDS, RBA value will be
auto-generated, so we cannot insert a record in between the
records. what ever the data entered, will be abends at the
bottom for each REPRO.
| Is This Answer Correct ? | 4 Yes | 0 No |
Can AMS commands be run from the TSO prompt ?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What is the purpose of control intervals in vsam?
Create syntax for a VSAM file ?
What is control area?
What is a ci split?
What is an RBA in rrds? What does it do? What is it used for?
Why is it required to have a keyed directed retrieval?
What is a sequence set?
explain how many ways you can load data in a vsam cluster?
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 maximum no. of records that can be allowed in VSAM ?