openmainframeproject / openmainframeproject/cobol-programming-course

Another COBOL Programming exercise for VSAM indexed file with alternate indices

Open
#298 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
COBOL
Stars
3.6k
Forks
721
Avg merge
11d 16h
Merged PRs (30d)
1

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the first three programs and their corresponding write-ups to understand the course's expected structure. Define a small exercise that reads multiple keyed records from a VSAM indexed file using its primary and alternate indices, then provide a matching write-up; completion means both course materials are present and consistent.

Written by the indexing model from the issue text.

Assessment

Domain
content, documentation
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.