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!

 

 

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

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