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."

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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