No "Report" in question

22 views
Skip to first unread message

S.Ravi

unread,
Mar 5, 2015, 9:45:06 AM3/5/15
to anova...@googlegroups.com
SAS Programming 1 -> Lesson 4 -> 4.Enhancing Reports -> 4.11 Practice
Level 2 and Challenge questions do not display the mentioned "report"

SAS Programming 1 -> Lesson 5 -> 2. Using Sas Formats -> 2.9 Practice 
We are required to write code to display results as per the "report" in Level 2 and Challenge questions. 

These reports are not visible. 

I hope it is not my error in misunderstanding the question.

Thanks 

S.Ravi

unread,
Mar 5, 2015, 9:58:14 AM3/5/15
to anova...@googlegroups.com
Same issue in SAS Programming 1 -> Lesson 3 -> 3. Sorting and grouping report data -> 3.16 Practice
Level 1 question, part 2 

Anova Groups

unread,
Mar 5, 2015, 3:58:07 PM3/5/15
to anova...@googlegroups.com
Hi Sudha, 

That is what the exercise is....to generate/create these reports.

S.Ravi

unread,
Mar 5, 2015, 5:58:06 PM3/5/15
to anova...@googlegroups.com
Hi Vikas,
Im sorry if my earlier message did not make sense.
I was talking about the sample report mentioned in the question based on which we are supposed to create ours.
I have attached the screen shot for the practice question from lesson 5 
Thanks
Screenshot 2015-03-05 17.45.02.png

Anova Groups

unread,
Mar 6, 2015, 3:09:10 PM3/6/15
to anova...@googlegroups.com
Proc print data=orion.sales noobs;
var employee_id first_name last_name job_title;
format first_name last_name $upcase  job_title $quote.;
run;

That report button is not clickable.
Reply all
Reply to author
Forward
0 new messages