data work.population;
input @2 POPULATION comma9.
@12 RANK 1.
@14 CITY $12.
@27 STATE $2;
cards;
8,143,197 1 New York NY
3,844,829 2 Los Angeles CA
2, 842,518 3 Chicago IL
run;
Here is the output
8143197 1 New York 8
3844829 2 Los Angeles 3
2842518 3 Chicago 2
Oops!
Just notice that a missing period for $2.
Assumed answered.
Please mark as assumed answered.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.