Hello,
I was completing the Challenge Practice for Lesson 5 in SAS Programming 1 called "Identifying the Top Three Extreme Values with the Output Statistics". I continue to receive an error message saying "Variable PARKNAME not found" even when I run answer code listed in the solution.
Moreover, the only time the code runs to the output data tab is when I add a data step and even so, "TotalVisitors" and "Visitors" column are blank.
My questions are:
1. Can you please explain why I am receiving "Variable PARKNAME not found" error message?
2. Can you please explain why the code is only running when I add a data step?
Thank you.
The proposed solution:

Error message when running the proposed solution

Only time the code runs is when I add a data step
