DISP=MOD in JCL is used when you want to extend an existing sequential dataset by adding new records at the end. It positions the dataset at end-of-file for writing, unlike DISP=NEW which creates a fresh dataset or DISP=SHR which is read-only sharing. MOD does not allow editing or deleting existing records.