looking at the basic definition of VSAM file how to recognize
whether it is a KSDS OR RRDS OR ESDS ?
Answers were Sorted based on User's Feedback
Answer / harsha
Can you please elaborate the 'Basic Defenition'?
As I understand, all KSDS defined with 'Indexed' parameter
ESDS defined with 'Non-Indexed', RRDS dfined
with 'Numbered' and LDS defined with 'Linear' parameter.
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / guest
ksds as keys and rrds as numbers esds as workd we can
identify it as a vsam file with the help of this
| Is This Answer Correct ? | 1 Yes | 1 No |
Using Alternate Indexes in CICS pgms: ?
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
Using alternate indexes in batch program?
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?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
explain in brief why do vsam take more disk space than other utilities?
Explain the significance of the shareoptions parameter?
Tell me how many alternate indexes you can have on a dataset?
Is it slower if you access a record through alt index as compared to primary index?
is it necessary that all versions of the gdg have to be of the same record length?
What are the different versions of gdg named?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?