BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
beleeve
Calcite | Level 5

I'm trying to run univariate analysis on a 7bdat file using:

proc univariate data=<>;

    var xxxxxxx;

 

But I need to restrict the variable from the dataset to a certain age range. Where would I declare this? I tried using if and then statements before the procedure but it keeps saying they're uninitialized. When I put it after the procedure but before var, it doesn't recognize the statement. 

1 ACCEPTED SOLUTION
1 REPLY 1

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 616 views
  • 0 likes
  • 2 in conversation