You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" ;