Use ODS Output, such as “ods output ParameterEstimates=pe_v1;”, to store output from procedures, which can be used for creating tables and for placing this data automatically into text
Thanks to Debra Goldman for this tip. Read more details in this paper from WUSS 2017: Creating Completely Automated Reports in SAS using the ODS RTF Destination Protect Your Results from....
For more information about creating SAS data set from tables that are generated by SAS procedures, see "ODS OUTPUT: Store any statistic created by any SAS procedure."
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates