chandra
Answered On : Dec 23rd, 2005
Mod can be used to extend the data, and if the dataset is new it will create the dataset.
Login to rate this answer.
sasi kumar
Answered On : Mar 18th, 2007
MOD is asub parameter which is used to append the data if the data set already exits, or else it will create the data set if doesn't exit. Whenever you want to append the data if the file exists then we can go for MOD
Login to rate this answer.
MOD can be used for existing data set (sequential files). It appends data to a file.
Login to rate this answer.
sudhakar
Answered On : Sep 10th, 2007
mod is a key word which is used with disp parameter as
DISP=MOD
It is used for if the dataset already exit then add the records to dataset at end of the data set.
Login to rate this answer.