In JCL, what is the difference between DISP=MOD and DISP=OLD for a data set?
- Allows both read and write operations
- Allows only read operations
- Allows only write operations
- Allows read and update operations
DISP=MOD allows read and update operations, while DISP=OLD allows only read operations.
Loading...
Related Quiz
- How can you specify multiple conditions for a job step in JCL?
- How can you override the value set by a SET statement during JCL execution?
- How does specifying a job class impact the execution of JCL jobs in a mainframe environment?
- If the condition specified in the COND parameter is met, the step is _______; otherwise, it is _______.
- Procedures in JCL allow for _______ and _______ of job steps.