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

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

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