I am using an %INCLUDE macro statement to read in and run a libraries macro program into my current code in the following way:
%include libs(&libraries..sas)/source2;
%include “/location path/libraries_1.sas” / source2;
Unfortunately, I receive the following error message:
ERROR 22-322...