Dear, I have a big file with records sorted by date. The variables can have missing data. I would like to fill in missing data by interpolation, but the criterion is that the no. of records with missing data should not be bigger than 6-7 records. I know I can use PROC EXPAND, but how can I control the no. of records. Thanks
... View more