If I export a dataset with more than about one million records to Excel, it won't work because that is too much for Excel 2010 to handle.
Can proc export determine this before doing the export, rather than processing the export and after some time
breaking, with the error ERROR: Too many records for the output file?
This would save time if a dataset that is too large is exported, and save space - for the current process I'm building, I now see a dataset_name.$$1 file that's 120 MB.
Another suggestion is to make this a warning, or have an option to change this from an error to a warning.