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

Hi,

Sorry if this is a basic question for the forum, but I would appreaciate help.

I used a PROC expand step to create a lag in my data set and the data that was previously 0 is now very small scinetific numbers. Can I add an if/then statement within the PROC expand step that if the vaiable is < 0 that it =0? Or is that a seperate data step?

Thank you!

1 ACCEPTED SOLUTION

Accepted Solutions
Haikuo
Onyx | Level 15

I could be blatantly wrong. I think a separated step (data step, sql) would be needed in your case.

Haikuo

View solution in original post

3 REPLIES 3
Haikuo
Onyx | Level 15

I could be blatantly wrong. I think a separated step (data step, sql) would be needed in your case.

Haikuo

JLee
Calcite | Level 5

Thank you! I did a seperate data step.

PGStats
Opal | Level 21

Consider using the FUZZ function in a separate datastep.

PG

PG

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 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1605 views
  • 3 likes
  • 3 in conversation