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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 422 views
  • 0 likes
  • 2 in conversation