December 2014
Intermediate to advanced
858 pages
40h 10m
English
&crsid is
resolved during the creation of the PROC SQL view, resulting in a
constant value whenever the view is used. For example, if the value
of crsid is C003 when
this code is submitted, the view Subcrsid is based on the course code
C003. proc sql;
create view subcrsid as
select student_name, student_company,paid
from sasuser.all
where course_code="&crsid";
quit;Read now
Unlock full access