I try to use fileaid to browse the content of DATA/INDEX component in VSAM and i fail to do it.
Is there any way to know the content that stored in DATA/INDEX component?
Joined: 14 Mar 2007 Posts: 3544 Location: Brussels once more ...
The data portion, as you may guess by its name, is the part of the cluster that contains the data. The index is created from the data portion, and is used to access the data on a random or keyed basis.
The easiest way to see what's in the file is to REPRO it out and than play with the flat file.
That way, if you screw up the flat file, you won't have screwed up production too.