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