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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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