Hi Guys, I have created an automation SAS file that calls/runs another SAS file in a specific directory. Here is my question: File1.SAS --> This is my automation file that contains a few macros for directory locations. I use the following include statement in this file: %include "&driv.\&path1.\&mth.File2.sas"; File2.SAS --> This is the main SAS file I run using File1.SAS. It also contains a few macros that need to be updated before running. My Question: If I move the macros from File2.SAS to File1.SAS will it cause any problems? The main reason I want to do this is because I want to update my macros only in 1 file and not open 2 seperate files each month to update. Thanks!
... View more