BookmarkSubscribeRSS Feed
braam
Quartz | Level 8

I would like to break PROC DOWNLOAD when it is downloading a data from a server. The reason is that I realized that it takes a longer time than I expected, so I would like to re-run this code later when I don't work on SAS. But I didn't find a solution to break it. Does anybody have a tip for me? The only way I know is quitting SAS...

2 REPLIES 2
SASKiwi
PROC Star

Why don't you RSUBMIT your DOWNLOAD step to your SAS server using the WAIT = NO option (called asynchronous submit)? That way you can let your download work in the background while you can continue to work uninterrupted?

SASKiwi
PROC Star

@braam - To retrieve the asynchronous SAS log use the RDISPLAY command or statement as explained here: https://documentation.sas.com/?docsetId=connref&docsetTarget=p1ewmohmu2lcuvn19x98btw1xyjf.htm&docset...

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 568 views
  • 0 likes
  • 2 in conversation