Hi, I want to use the PROC TRAJ for group-based trajectory modelling.
I found the instructions for using this extension on the website of the owner, (https://www.andrew.cmu.edu/user/bjones/download.htm) yet I am struggling with installing it.
I have downloaded the correct version (SAS 9.4 64-bit) TS1M5-TS1M7), but I cannot find the ”\core\sasexe” location to store the traj.dll file. In addition, when I click on the traj.dll file, I get the notification 'choose with which app you want to open this file'. This seems very weird to me?
If someone could provide me with more clear instructions, what would be very helpful. Thanks!
If your SAS is running with a server then you would install it on the server which will get you into all sorts of who has permissions to do what issues. Contact your SAS Admin.
If you do have a local SAS install, in windows it would be C:\Program Files\SASHome\SASFoundation\9.4\core\sasexe
HOWEVER, if your organization is anything like mine you may have to get your IT support involved as they may have set the permissions to pretty much all the Program Files folders such that you cannot copy files into that location.
If your SAS is running with a server then you would install it on the server which will get you into all sorts of who has permissions to do what issues. Contact your SAS Admin.
If you do have a local SAS install, in windows it would be C:\Program Files\SASHome\SASFoundation\9.4\core\sasexe
HOWEVER, if your organization is anything like mine you may have to get your IT support involved as they may have set the permissions to pretty much all the Program Files folders such that you cannot copy files into that location.
Thanks, it worked! I was looking in the wrong place.
Would you mind helping me with the next step in this?
I have added the files to the folders that are stating on the website but unsure what to do next to make it work...
What happens if you start a SAS session and submit this?
proc traj data = sashelp.class;
run;
Please post the log you get from running this.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.