Submitted Questions

  • 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.

    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.

    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.