BookmarkSubscribeRSS Feed
weronika1907
Calcite | Level 5

Hello,

I'm trying to create a SAS report where the variable Module1AttendanceP would be below 70%.

I was trying to do it with where statement but it's not working as the variable doesn't come from an existing data set. Does anyone know how I can create this kind of report?

2.png3.png

1 REPLY 1
PaigeMiller
Diamond | Level 26

After the statement where module1attendanceP is created, you could use

 

if module1attendanceP<0.7;

and delete the where statement.

 

In the future, please post code as text (and not as a screen capture), by copying it into the window that opens when you click on the running man icon here at the SAS Communities.

--
Paige Miller

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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