BookmarkSubscribeRSS Feed
Suminder
Calcite | Level 5

Hi Guys...I am using Conditional Start-End and theare are three conditions that has to be true as follows:

 

a sas table is the source with following columns and values

act = 20345(numeric)

vir = 21345(numeric)

act_flg = N(character, size 1)

vir_flg = N(character,size 1)

 

Following is what I am putting in 'condition'

act < vir
& act_flg='N'
& vir_flg='N'

 

if I used the first condition i.e. act<vir .. conditional flow executes but when I put all the above conditions the conditional flow doesnot execute. Somehow the conditions are not true when I put all three...

 

pls advise!

 

 

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 0 replies
  • 791 views
  • 0 likes
  • 1 in conversation