When dealing with temporary data sets in JCL, how can you ensure they are automatically deleted after job execution?
- Specify SPACE=(0,0) in the DD statement
- Use DISP=DELETE in the DD statement
- Use DISP=MOD in the DD statement
- Use DISP=NEW in the DD statement
DISP=DELETE is used to specify that a dataset should be deleted after the job completes, handling temporary data sets
Loading...
Related Quiz
- What happens if you don't specify a priority for a JCL job?
- How does the cataloged status of a data set impact its availability across multiple JCL jobs?
- How does the IEBDG utility generate random data for output datasets?
- Which JCL statement is used to specify the de-allocation of a data set after its use in a job step?
- Which part of a JCL statement is used to specify the name of the program or procedure to be executed?