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...
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?
@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...
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.