December 2014
Intermediate to advanced
858 pages
40h 10m
English
%let crsid=C005; data _null_; set sasuser.courses; where course_code="&crsid"; call symput('title',trim(course_title)); run; proc print data=sasuser.schedule noobs label; where course_code="&crsid"; var location begin_date teacher; title1 "Schedule for &title"; options nodate nonumber; run;
Course_title for
the course whose Course_code ...Read now
Unlock full access