I installed traj but getting the following error:
PROC TRAJ DATA=ONE OUTPLOT=OP OUTSTAT=OS OUT=OF OUTEST=OE;
----
22
76
NOTE: An external program, not a SAS procedure, is being executed.
ERROR 22-322: Syntax error, expecting one of the following: ;, AUDIT, CC, CLEANUP.
ERROR 76-322: Syntax error, statement will be ignored.
415 ID ID; VAR O1-O7; INDEP T1-T7;
416 MODEL CNORM; MAX 10; NGROUPS 4; ORDER 1 3 2 0;
417 RUN;
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE TRAJ used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds
You have already posted the same problem in an earlier thread: https://communities.sas.com/t5/Statistical-Procedures/SAS-error-for-proc-traj-An-external-program-no...
There is no point in opening a new post when others are still trying to help you in your old one. How did you get on regarding 32-bit versus 64-bit? You also didn't tell us what maintenance level of SAS 9.4 you have.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.