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

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

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
  • 629 views
  • 0 likes
  • 2 in conversation