in what type of vsam datasets can an alternate index be
defined??
Answer Posted / 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 |
Post New Answer View All Answers
what is meant by s0c-07 system abend codes?
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?
in a cobol select statement, can you tell what is the organization for a ksds?
Explain the difference between lds and esds?
Explain the process in which flat files are converted into vsam files?
Define a path?
can you specify some the distinctive features of a ksds, key sequenced dataset?
Explain the device independent method to indicate where a record is stored?
how many buffers are allocated to vsam ksds and esds?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
there are seven idcams commands in vsam. Can you name and explain each of them?
explain how many ways you can load data in a vsam cluster?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?