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 |
If you wish to use the REWRITE command haw must the VSAM file be opened?
how yo view the vsam file?
What is a VSAM split?
How do you calculate record size of an alternate cluster?
what do you mean by recovery and speed parameters in define cluster command?
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
What is Control Interval, Control Area ?
how do you create an alternate index ?
What are the steps involved in access method services?
what do you mean by the repro command?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?