Open
Description
Course Details
GitHub
Description
I would like to write a COBOL program to read a VSAM file by its index and alternate index.
The programs could be relatively small and just read a file that contains a few records.
The code should read more than one keyed record within a "multi-keyed" record, like
REC1.KEY_FIELD1 = '11111111'
REC1.KEY_FIELD2 = '0001';
REC2.KEY_FIELD1 = '11111111'
REC2.KEY_FIELD2 = '0002'
Problems
People who like to say no.
Additional Context
Also, a corresponding write-up similar to those used for the first 3 programs.