Skip to content

Another COBOL Programming exercise for VSAM indexed file with alternate indices #298

Open
@jack8192

Description

@jack8192

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions