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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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