I've been asked to help someone split a dataset into smaller datasets by groups of variables. The input dataset is 1 million records and 12,000 variables. All they want to do is run a proc compare between 2 versions of this dataset, but it is too large for this to work. Is there a way to split this into about 12 datasets with about 1000 variables in each?
... View more