in what type of vsam datasets can an alternate index be
defined??
Answers were Sorted based on User's Feedback
Answer / ravi paradkar
KSDS,ESDS
we can use alternate index in esds .same way as you creating aix for ksds. in ksds . in esds you can access through rba but if you create aix u can retrieve records through aix of esds.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sudharshan.d
In ksds and esds. In esds
(aix) batch cobol cannot be
used but cics cobol can. In
ksds(aix) both batch and
cics.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??
what do you mean by a upgrade set in vsam?
explain in brief how are different versions of gdg named?
What is a ca split?
1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?
What more info you should give in the DD statement while defining the next generation of a GDG?
What is the index set?
What happens when you open an empty VSAM file in a COBOL program for input?
explain how many ways you can load data in a vsam cluster?
What is an alternate index?
What is the function of entry sequenced data set?
HOW TO SORT RECORDS IN VSAM FILE?