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: 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!

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
  • 2 replies
  • 529 views
  • 0 likes
  • 2 in conversation