Multiple choice technology mainframe DISP=MOD is used when the dataset can be extended. True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation DISP=MOD in JCL means the dataset is to be modified. If the dataset exists, records are added to the end; if it doesn't exist, it's created. This disposition allows datasets to be extended by adding new records, making the statement true.