BookmarkSubscribeRSS Feed
JLNH
Calcite | Level 5

I am running  PROC GENMOD and the ODS OUTPUT ModelAnove = xxx works without the repeated measure. According the SAS Help it should work also for the "JOIN TEST" table calculated and replacing  the TYPE3 when the REPEAT statement is present. However, despite the join test table being calculated and present on the results on screen, the ods table-file is not created.

Does anyone know if it has a different ODS  Table Name? 

6 REPLIES 6
Reeza
Super User

You can check...add ODS TRACE ON; before your proc and ODS TRACE OFF; after the procedure. Check the log, which has all the table names.

 


@JLNH wrote:

I am running  PROC GENMOD and the ODS OUTPUT ModelAnove = xxx works without the repeated measure. According the SAS Help it should work also for the "JOIN TEST" table calculated and replacing  the TYPE3 when the REPEAT statement is present. However, despite the join test table being calculated and present on the results on screen, the ods table-file is not created.

Does anyone know if it has a different ODS  Table Name? 


 

JLNH
Calcite | Level 5

Thank you very much, it was very helpful

ballardw
Super User

Copy your code and notes from the log and paste into a code box opened using the forum's {I} menu icon.

 

By any chance did you use ODS Output ModelANOVE as your question states? The table name is ModelANOVA.

JLNH
Calcite | Level 5

Thank you for your reply. It was a typo n my posting not on my codes

JLNH
Calcite | Level 5

Thank for reply, the problem is when the REPEATED statement is included the table name is not listed on the website. 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 6 replies
  • 978 views
  • 6 likes
  • 4 in conversation