Multiple choice technology mainframe

If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

  1. Without the generation number

  2. As the (+1) generation

  3. As the (0) generation

  4. Either option 1 or 2

  5. Either option 1 or 3

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A (+1) generation dataset created in an earlier step of the same job can be referenced as (+1) in subsequent steps. This relative generation notation allows you to reference the newly created generation without knowing its absolute generation number. The system tracks the generation reference within the job's execution context.

AI explanation

When a new generation of a GDG (Generation Data Group) is created in one step of a job, the catalog isn't updated with the new absolute generation number until the job completes. So within the same job, later steps must still reference it by the relative generation number used to create it, i.e. (+1), not (0), since (0) would still point to the prior current generation.