Hi!
Is there a way to combine multiple program into one single program? I need to print the file for reference.
Thanks in advance.
Why do you want to export all 60 files and combine them, (first combine them and export the final data)how big is your each SAS program, if small files you always can include in one single sas program and you can append all data using proc append.
prg1 --data1
....prg60 --data60
you can always macrotize to make it simple if the programs are similar.
I'm not sure what you mean? Do you have multiple sas files that you want to store in a single file?
Remember, they are just text files. I'm sure there are tools out there that can combine several text files into one..
Why do you want to export all 60 files and combine them, (first combine them and export the final data)how big is your each SAS program, if small files you always can include in one single sas program and you can append all data using proc append.
prg1 --data1
....prg60 --data60
you can always macrotize to make it simple if the programs are similar.
You might want to look into exporting all the code in your EG project (File->Export->Export All Code...), to see if that could meet your needs. It will export all the programs (both embedded and externally referenced) in your project to a single .sas file.
If your programs are stored as .sas files (rather than embedded in EG projects), I'd suggest using an operating system command to concatenate them together. For example, the cat command if using Linux (ex. cat 1.sas 2.sas 3.sas > combined.sas)
Casey
Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF
View now: on-demand content for SAS users
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.