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. 

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

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 6 replies
  • 2073 views
  • 6 likes
  • 4 in conversation