I am new to Stored Processes. We are trying to convert all .sas programs (reports) into Stored processes.
In our old sas code we are using include to call other code. I am looking for a way to replace the include command by calling a stored process. Is this possible and how.
A solution around this is to convert your programs into macros and call these macros from your stored processes, thereby enabling calling the code chunks from many stored processes.
Do you really need to convert all the %INCLUDE code to stored processes? People routinely write stored processes that use %INCLUDE.
Vince DelGobbo
SAS R&D
The 2025 SAS Hackathon Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.