Closed nicrobert closed 2 months ago
It sounds like not a feature request for this SAS Extension project, but for SAS runtime.
Closing. This is a feature request for SAS runtime.
I put together a simple macro that can accomplish this. Tested briefly but see if it helps with your case.
%includesasnb(filepath=/home/myaccount/my-notebook.sasnb);
https://github.com/sascommunities/sas-dummy-blog/blob/master/includesasnb/includesasnb.sas
Is your feature request related to a problem? Please describe. I have written a few SAS notebooks that prepare data. The next morning, instead of having to open and run each of them, I want to write a SAS program that run all of them.
Describe the solution you'd like %include "/my/path/dataprep.sasnb" ;
Describe alternatives you've considered
Additional context
Environment SAS Viya Workbench