VSAM-ESDS-AIX

When its not possible to read ESDS file randomly through COBOL program then what is the use of creating AIX for that file? If reading that file randomly is possible then plz give me the details. I tried but without success.

Questions by kishoremain   answers by kishoremain

Showing Answers 1 - 9 of 9 Answers

dhs01

  • Apr 15th, 2009
 

I believe AIX is built on either RBA or RRA (Relative byte address or relative record address) so if you did a read using these, you should be able to 'randomly' read the file. I believe you would also have to request something like skip sequential processing. 

  Was this answer useful?  Yes

dhs01

  • Apr 15th, 2009
 

Basically the previous answers have all hit around the issue. My understanding is that you should use IMPORT and EXPORT if you want to take a dataset that is in one catalog and get it into another catalog. REPRO is fine for creating a backup copy.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions