At the moment you have two concurrent network streams competing for bandwidth: the download from your SAS server to EG, and the output from EG to the network share. If the share is also available on the SAS server, writing to it directly with PROC EXPORT (or a DATA step you write yourself) will perform better.
What does the log show, including the code?
"Normal" may depend on your network configuration and/or traffic load and possibly space available on the network drive. I would say that sounds excessive though.
I would discuss this with your IT folks to see if they know there are any issues with performance on that drive.
I used to make copies of shared data sets on my local drive that only had 4500 observations though a couple hundred variables because the network as configured was just plain slow and reading those for something like Proc Freq could take 15 or more minutes. Since I was using those sets literally 100's of procedure calls daily that performance was unacceptable. IT eventually upgraded the drives and network and the performance became usable.
Are you by any chance exporting as a CSV and using the GUESSINGROWS option? This option is SLOW if done on the lot of data. Check your SAS log to confirm if this is being used. It would also be a good idea to post the log of this step in your post so we get a better idea what is happening.
It would also be a good idea to discuss this problem with your SAS administrator who would have a better idea of your network performance.
At the moment you have two concurrent network streams competing for bandwidth: the download from your SAS server to EG, and the output from EG to the network share. If the share is also available on the SAS server, writing to it directly with PROC EXPORT (or a DATA step you write yourself) will perform better.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.