Hello there!
I have a small issue i've been googleing to no avail and would appreciate some help if that's ok.
I have an exported report that's in a stupid format.
once read in I want a statement to run to say the following.
IF Var1 = "UC" then delete all observations below it?
Is that possible?
many thanks in advance.
Stret
data clip;
set unclip;
output;
if var1 eq 'UC' then stop;
run;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest 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.
Browse our catalog!