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

Condition 1: If AEOUT = Fatal, then output all AE's where
AESTDAT is on or after that Fatal AEENDAT

1 ACCEPTED SOLUTION

Accepted Solutions
andreas_lds
Jade | Level 19

Could be solved by using proc sql with having-clause or by setting and retaining a flag if the condition is met and using output-statement conditionally, but that would require that the no obs has to be written to the result, that is before the condition is met.

 

If you need further help, please post the data you have in usable form (data step with datalines) and show the expected output.

View solution in original post

1 REPLY 1
andreas_lds
Jade | Level 19

Could be solved by using proc sql with having-clause or by setting and retaining a flag if the condition is met and using output-statement conditionally, but that would require that the no obs has to be written to the result, that is before the condition is met.

 

If you need further help, please post the data you have in usable form (data step with datalines) and show the expected output.

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
  • 1 reply
  • 360 views
  • 1 like
  • 2 in conversation