Lesson 2 practice 3.8

8 views
Skip to first unread message

Kashmira Parekh

unread,
Sep 30, 2014, 11:53:41 AM9/30/14
to anova...@googlegroups.com
Hi vikas, Why does the answer not display on the output?  what am i doing wrong?
Kashmira
Lesson 2 practice 3.8.docx

Anova Groups

unread,
Sep 30, 2014, 12:13:44 PM9/30/14
to anova...@googlegroups.com
salary_diff is a macro variable so you need to use %put
if you want to use in proc print you need to store the macro variable inside dataset and then proc print it.
data temp;
 val = "&salary_diff";
run;

proc print data = temp;
run;
Reply all
Reply to author
Forward
0 new messages