BookmarkSubscribeRSS Feed
Stretlow
Obsidian | Level 7

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

1 REPLY 1
data_null__
Jade | Level 19

data clip;

  set unclip;

  output;

  if var1 eq 'UC' then stop;

  run;

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

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 920 views
  • 1 like
  • 2 in conversation