Hi,
I am posting this with doubt ,is it possible to access the record directly in ESDS .
I have an requirement that , I need to access the ESDS file directly using input file data .
I am getting the key value from the input control card based on that value; program needs to points the particular rec(ESDS file)...
EG:
1 AAA CODE
1 BBB CODE
1 CCC CODE
2 AAA CODE
2 BBB CODE
2 CCC CODE
3 AAA CODE
3 BBB CODE
Here the case, if I get the value 3 from input control card, then I need to read only below record
3 AAA CODE
3 BBB CODE
I can do sequential read to get that particular record, since it having more record, it will give performance issue.
Kindly pls help me on this..
Thanks in advance
balaji