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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 1440 views
  • 3 likes
  • 3 in conversation