Hi,
Is there a way to display the results again after entering an ods noresults? To cancel this instruction in other words. I couldn't find any other way than to exit my program and run it again with the ods noresults in comment.
Thanks
To reset ODS NORESULTS use ODS RESULTS;
There a quite a number of SAS options and instructions that have a NO<something> that the opposite is <something>.
Options Mprint/nomprint symbolgen/nosymbolgen mlogic/nomlogic for a couple of examples.
The question might be why you needed NORESULTS in the first place.
ods results;
turns the results back on. I don't know if the results that were created when ODS NORESULTS; was in effect will then magically appear, but you can try it and let us all know.
@PaigeMiller wrote:
ods results;
turns the results back on. I don't know if the results that were created when ODS NORESULTS; was in effect will then magically appear, but you can try it and let us all know.
Not when I tested it. If there wasn't anything written to results it won't appear.
The results appear if I run again the program with the ods results option.
To reset ODS NORESULTS use ODS RESULTS;
There a quite a number of SAS options and instructions that have a NO<something> that the opposite is <something>.
Options Mprint/nomprint symbolgen/nosymbolgen mlogic/nomlogic for a couple of examples.
The question might be why you needed NORESULTS in the first place.
Thanks !
Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.
Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.
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.