You have to decide on the name of a file to hold some code. Once you have done that, try this code:
filename somefile 'path to the file you have selected';
data _null_;
file somefile;
put 'data comes in all shapes and sizes; name="Fred"; run;' ;
run;
%include somefile;
SAS Innovate 2025: Save the Date
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!