Groups
Groups
Sign in
Groups
Groups
Anova Groups Forum
Conversations
Labels
About
Send feedback
Help
Lesson 2 practice 3.8
8 views
sas-macro
Skip to first unread message
Kashmira Parekh
unread,
Sep 30, 2014, 11:53:41 AM
9/30/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
9/30/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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