> Share your SAS code used to access Oracle - also have
> you checked the SAS.COM support website for reference
> documents and supporting conference SUGI/SGF
> technical papers on the topic?
>
> Scott Barry
> SBBWorks, Inc.
I agree with Scott Barry, a sample of code would be helpful. Are you pulling down any information that is not needed, exclude those columns you don't need. Are you doing any complicated calculations? Conversions? Simplify them. Are there any space issues where the destination files are going? Do you have the fastest possible speed set? Is there a smaller table with the same columns that you could use for testing?