December 2014
Intermediate to advanced
858 pages
40h 10m
English
Course_code.
However, you still needed to modify the TITLE statement in each PROC
PRINT step in order to print output for each course.
data _null_; set sasuser.courses; call symput(course_code,trim(course_title)); run; %let crsid=C002; proc print data=sasuser.schedule noobs label; where course_code="&crsid"; var location begin_date teacher; title1 "Schedule for ...
Read now
Unlock full access