Tom,
I believe that I am close! Just some slight modifications needed, but i'm not 100% sure what they are....
I used the simple code you gave me on the dsn data. That ran over and over without issue! (THANK YOU)
I created a new program, pasted in the code without modification, and then modified the call statement. That is where I must need a small tweak.
currently:
%EVTSTUDY(dsn=sashelp.class(obs=3)); %EVTSTUDY(dsn=sashelp.cars(obs=3));
What do I change the part in parenthesis too? obviously dsn=sashelp.class was the dataset that you used, but what changes do I make? the beginning of my macro looked like this... do I have to put each of these variables in? or do I just do %EVTSTUDY();?
%MACRO EVTSTUDY (INSET=, OUTSET=, OUTSTATS=, ID=permno, EVTDATE=, DATA=CRSP, ESTPER=, START=,END=,GAP=,GROUP=,MODEL=);
I know I'm close!!! Thank you kindly for working with me!
... View more