options macrogen symbolgen; data _null_; t = today( ); call symput("Y",put(t,date7.)); run; title "St 610 G &Y";