Multiple choice technology mainframe

When to use DISP=MOD

  1. For both sequential and partitioned dataset to be extended or created

  2. Only for existing datasets to be extended

  3. For all secured sequential dataset to be extended

  4. Only for sequential datasets to be extended or created

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

DISP=MOD is used for NEW sequential datasets that are to be created or extended. It specifies that the dataset should be allocated in MOD (modify) mode, which allows writing to the dataset. For partitioned datasets, other disposition parameters are used. DISP=MOD is specifically for sequential datasets being created or extended, not for existing datasets in all scenarios.