Tom, Many of us use procs import and export because we figure that SAS would have made the task easier and with more capabilties than we could have accomplished on our own. Unfortunately, that isn't always the case as we have discovered with procs import and export. Hey, we could also accomplish building a neural net, logistic regression, or what have you in a datastep as well but, I think, most of us would simply use the procs included with Enterprise Miner and SAS/STAT. Me thinks that your comment should be taken as a wake up call to those who are responsible for procs import and export. Some of our colleagues and I are doing a presentation at SGF2012 related to proc import, specifically about importing tables that one might copy from the web. We, too, had to build code in a datastep because proc import didn't provide the necessary capabilities. Obviously, a much better job could have been done if we had access to the actual source code.
... View more