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

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

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