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 main function of key sequenced data set in vsam?
Using alternate indexes in cics program?
What is the function of linear dataset in vsam?
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 ?
How vsam datasets are cataloged?
What is a vsam dataset?
How do you define a KSDS ?
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 are the steps involved in access method services?
If FSPC(100 10 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?
when u r using repro command what happens if both infile and outfile names same
what do you mean by a shareoptions parameter (shr) in define cluster command?