I'm trying to run and save a little sample bit of code:
data class; input student wt ht $ smoke $; cards; 125 56 f n 175 63 m n 180 58 m y
and while output data is there, nothing in results 😞
Just change your SAS code a bit:
data class;
input student wt ht $ smoke $;
cards;
125 56 f n
175 63 m n
180 58 m y
;
proc print data=class; run;
Just change your SAS code a bit:
data class;
input student wt ht $ smoke $;
cards;
125 56 f n
175 63 m n
180 58 m y
;
proc print data=class; run;
It worked! 😄 Thank you 🙂
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.