I am doing on SAS Programming 1: Essentials using SAS Studio university edition. the trainer using the Strome data.
proc sql;
select *
from pg1.storm_final;
quit;
but i did get this data on my SAS Studio.
i am using sashelp.car data for sql command but . program giving error.
please let me know how i used the sql command with SAS Studio university for report generation.
my SAS Studio
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.