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

Hi, kindly help me find a reference book, article of when to use %if %then/%else and if then /else in SAS. I think I have been confusing the two.

 

Any link to the article or book will be highly appreciated.

1 ACCEPTED SOLUTION

Accepted Solutions
Tom
Super User Tom
Super User

In general:

You use IF statements in data steps to test the values of variables in your datasets to see what statements in your data step you want to execute in this iteration of the data step.

 

You use %IF statements in macro code (or now in open code also) to test macro variable values to determine what SAS code you want to generate.

View solution in original post

2 REPLIES 2
Tom
Super User Tom
Super User

In general:

You use IF statements in data steps to test the values of variables in your datasets to see what statements in your data step you want to execute in this iteration of the data step.

 

You use %IF statements in macro code (or now in open code also) to test macro variable values to determine what SAS code you want to generate.

himself
Pyrite | Level 9
Hi, thanks so so much for this, could be having a reference, material please. Thanks

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 571 views
  • 0 likes
  • 2 in conversation