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...

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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