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

I've looked, and appears the answer is no, but thought I would ask - is there a way to output the tables from the effectsize option?

thanks,

Dave

1 ACCEPTED SOLUTION

Accepted Solutions
WarrenKuhfeld
Ammonite | Level 13

All table can be output.  Specify: ODS TRACE ON; 

Run the step.  Identify the name of the table.

Specify: ODS OUTPUT name=data-set-name;

Run the step again.

View solution in original post

2 REPLIES 2
WarrenKuhfeld
Ammonite | Level 13

All table can be output.  Specify: ODS TRACE ON; 

Run the step.  Identify the name of the table.

Specify: ODS OUTPUT name=data-set-name;

Run the step again.

Dave25
Quartz | Level 8

geez - thanks! (had run "ods trace on" but somehow missed the OVERALLEFFECTSIZE) 

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

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

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 2352 views
  • 0 likes
  • 2 in conversation