options mautosource sasautos = (sasautos,'C:\macros'); data initial; infile "C:\anti.dat"; input anti1 anti2 anti3 anti4 gen homecog id; run; ************************************************************************************************** ** Macro variables input section ** **************************************************************************************************; %let idvarname = id; %let varlist = anti1 anti2 anti3 anti4; %let timepts = 0 1 2 3; %let inclmiss = n; %let level = both; %let regtype = lin; %let numplot = ; %let hist = y; %let outds = ; ************************************************************************************************** ** END of user input section ** **************************************************************************************************; %OLStraj;