hi Umair,
There are two datasets of wrds_segmerged. In:
/wrds/comp/sasdata/naa/segments_current - This data goes back to 2008
/wrds/comp/sasdata/d_seghist
The one in d_seghist goes back to 1976. I was able to download the 'full' segment dataset with this code:
/* download segment files using default library assignment for library comp */
signon username=_prompt_;
rsubmit; proc download data=comp.wrds_segmerged out=newcomp.wrds_segmerged;run; endrsubmit;
So, the 'full' dataset is selected over the 'current' (8-year) dataset; possibly because the directory of the full dataset is listed before the current one in the default library 'comp' assignments (the comp library consists of 26 directories -- see the log after signon).
best regards,
Joost