The column date is in this format: "30AUG2001:15:59:54.970"
The syntax:
t1.AccountCreated >="01JAN2014:00:00:00.000"d and t1.AccountCreated <="01DEC2014:00:00:00.000"d
is valid but no data appear. It just gave me a blank screen. What did I do wrong?
Thanks
It's valid, but not what you intend, use DT to specify a Datetime constant not D.
Try the following:
t1.AccountCreated >="01JAN2014:00:00:00.000"dt and t1.AccountCreated <="01DEC2014:00:00:00.000"dt
It's valid, but not what you intend, use DT to specify a Datetime constant not D.
Try the following:
t1.AccountCreated >="01JAN2014:00:00:00.000"dt and t1.AccountCreated <="01DEC2014:00:00:00.000"dt
Thank you. It worked!
April 27 – 30 | Gaylord Texan | Grapevine, Texas
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!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.