To keep a data set available for read-only access but prevent further updates, you can use DISP=_______.
- MOD
- NEW
- OLD
- SHR
DISP=SHR keeps a data set available for read-only access.
Loading...
Related Quiz
- When defining LRECL for a dataset, why is it essential to ensure it matches the actual record length?
- You are responsible for defining a dataset that will store variable-length records with a maximum length of 100 bytes. Which RECFM and LRECL values would you choose, and why?
- In a JCL job, you need to create a new VSAM dataset and then load it with data from a flat file. Describe the sequence of IDCAMS commands you would use.
- Explain the relationship between the PEND statement and conditional processing in JCL.
- You have a critical job step that should execute only if a preceding step ends with a return code of 12 or higher. How would you configure this in JCL?