I run a daily report, and based on the entries in the report there are different instuctions on what to do. I wanted to put an instructions sheet in the report to refer to. How can I do that?
Thanks,
Elliott
You can use ODS TEXT to write text to the output destination.
Procs ODSTEXT and or ODSLIST, a bit different than ODS Text, might be a better joice for significant blocks of text. For one thing you can keep data in a data set and use that to generate output. So it may be possible to link data to your report data and customize the instrutions.
Add instructions as text to a dataset. Proc Print/Report the dataset to ODS.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.