When I want to run many SAS programs in a batch mode (see below), the output were generated in the same folder as where the programs are, and ALSO in the folder that I specified in the setup.sas file, which is a subfolder.
How to fix this dual output issue? I want the output only in the subfolder that I specified in setup.sas.
path="C:\Program Files\SAS\SASFoundation\9.2(32-bit)"; path
call sas dm.sas
call sas sv.sas
call sas se.sas
call sas ae.sas
call sas cm.sas
call sas da.sas
call sas ds.sas
call sas eg.sas
call sas ex.sas
...