6 %let root = /BizarroBall;
7 %*let root = /folders/myfolders/BizarroBall;
8 libname bizarro
"&root/Data";
10 libname
template "&root/Data/Template";
11 options insert=(sasautos=(
"&root/Macros"))
16 %let SCD_End_Date =
'31DEC9999'd;
23 %let nTeamsPerLeague = 16;
24 %let seasonStartDate = 20MAR2017;
25 %let nWeeksSeason = %eval((&nTeamsPerLeague-1)*2);
26 %let nPlayersPerTeam = 25;
27 %let nBattersPerGame = 9;