How to copy the entire folder from one directory to another SAS studio?

129 Views Asked by At

How to create a SAS macro-function that can copy standard work folders based on different project types to the project folder?

Standard work folders are saved in SAS Studio at:

%let standard_work_A = "/aaa/standard_work/standard_work_A"
%let standard_worl_B = "/aaa/standard_work/standard_work_B"

I want to copy standard_work_A to my project folder.

%let project_folder = "aaa/project_1/"
0

There are 0 best solutions below