BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
PranavShelke
Calcite | Level 5
Open p202p04.sas from the practices folder.

2. Complete the PROC SORT step to sort the pg2.np_yearlytraffic table by ParkType and ParkName.

3. In the DATA step, read the sorted table created in PROC SORT.

4. Add a BY statement to group the data by ParkType.

5. Create a column, TypeCount, that is the running total of Count within each value of ParkType.

6. Format TypeCount so that values are displayed with commas.



7. Keep only the ParkType and TypeCount columns in the output table.

I need help in performing 5th step
1 ACCEPTED SOLUTION

Accepted Solutions
2 REPLIES 2

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 858 views
  • 0 likes
  • 2 in conversation