BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I am using following condition

if li_date ne 0 and ((logging_date - datejul(li_date)) <= 180) and (NEGAUTH_STAT_CD in ('LI') or NEGAUTH_REM1_STAT_CD in ('LI'))

I am getting error in datejul(li_date) function as few values of li_date = 0, i used li_date ne 0 to avoid this condition but error is keep comming.

when I changed NEGAUTH_STAT_CD in ('LI') to NEGAUTH_STAT_CD ='LI' , code works fine.

Could anyone explain, why in() operator shows error and = opertor doen't.
1 REPLY 1
LinusH
Tourmaline | Level 20
You may want to try to post your full code and question again. You might have a problem with this:

http://support.sas.com/forums/thread.jspa?messageID=15090㫲


Regards,
Linus
Data never sleeps

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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