BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
SASuserlot
Barite | Level 11

I am running the SAS programs that contains chi sq test, n1parway, cmh, ttest. This program generating 50-100 graphs qqplots or summary panels in the location where the program saved. How to avoid this? 

Second question when I run the ttest it generating notes in the log like below any way I can avoid this! 

SASuserlot_0-1625077606809.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

1. Use the PLOTS=NONE option on the PROC TTEST statement.
2. Before the PROC TTEST call, put OPTIONS NONOTES;
Put OPTIONS NOTES; after the call.

 

In case this is part of a simulation study, see "Turn off ODS when running simulations in SAS."

View solution in original post

1 REPLY 1
Rick_SAS
SAS Super FREQ

1. Use the PLOTS=NONE option on the PROC TTEST statement.
2. Before the PROC TTEST call, put OPTIONS NONOTES;
Put OPTIONS NOTES; after the call.

 

In case this is part of a simulation study, see "Turn off ODS when running simulations in SAS."

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 527 views
  • 1 like
  • 2 in conversation