BookmarkSubscribeRSS Feed
Crystal_F
Quartz | Level 8

Hello,

I have an issue when running proc traj for trajectory model. 

Below is the sample code on Adjusting group trajectories that I used for testing.

PROC TRAJ DATA=OPPOSITN OUTPLOT=OP OUTSTAT=OS OUT=OF OUTEST=OE ITDETAIL;
    ID ID; VAR O1-O7; INDEP T1-T7;
    MODEL CNORM; MAX 10; NGROUPS 3; ORDER 3 3 3; RUN;
    
%TRAJPLOT(OP,OS,'Opposition vs. Age','Cnorm Model','Opposition','Scaled Age');

Screenshot (637).png

To my surprise, I didn’t have model result displayed as expected. I’m running the sas code in SAS studio M5 and M7 environment (both didn’t work yet). The traj package has been installed by our SAS support. Other than that, I did have output datasets, plots and log shown as those in your example.

Screenshot (642).png

Screenshot (644).png

Screenshot (646).png

Screenshot (638).png

I found somebody ran into the same issue as I did.

Solved: How to have a visible table from the output with PROC TRAJ 9.4 on Wind... - SAS Support Comm...

But I don’t have data on PC to run any SAS code.  

 

Below is the feedback from the author:

 

"Everything is running as it should. Some setting in your SAS install is preventing the output window from appearing. I tried a Google search "sas proc output not appearing". This link: https://kb.iu.edu/d/bbpp has suggestions that may work. "

 

I wonder if anyone here know any solution to enable output to be visible in SAS Studio. I tried ods listing but it didn’t work in my case.

The SAS platform I'm using is Linux LIN X64.

Any suggestions would be highly appreciated. Thanks!

 

1 REPLY 1
Bari_sas
SAS Employee

If knowing which ODS destination is open is important then the following SASNote may prove useful: https://support.sas.com/kb/33/590.html

 

However, please note that PROC TRAJ is not a procedure developed, distributed, or supported by SAS Institute.  It is a user-written procedure available from a third party.  When asked about PROC TRAJ, we recommend customers do an internet search for it.  For questions, customers need to contact the author of that procedure directly for assistance. PROC TRAJ web page is
   http://www.andrew.cmu.edu/user/bjones/

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 1 reply
  • 670 views
  • 1 like
  • 2 in conversation