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 !
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register 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.