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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

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