BookmarkSubscribeRSS Feed
Sheeba
Lapis Lazuli | Level 10

Hi,

I need to do a date validation to check if the date value entered into a data set is greater than or equal to sysdate.

User would be opening the data set to enter the value. If he is enters  a date value less than sysdate, error should pop up.

I am planning to use IC create statements.

Is there any alternate way?

Thanks in advance,

4 REPLIES 4
Peter_C
Rhodochrosite | Level 12

Is this about integrity constraints or about the client interface a user would use?

Sheeba
Lapis Lazuli | Level 10

I would like to know if there is any alternate way  other than integrity constraints for this functionality

Peter_C
Rhodochrosite | Level 12

if SAS informats are being applied, you could create one which treats future-dated entries as invalid.

However, although an informat can apply in a data step reading values with INPUT statements and report to the sasLog, and SAS/AF and SAS/FSP windows provide immediate message feedback, in SAS Enterprise Guide, I don't see how it responds to your user.

Sheeba
Lapis Lazuli | Level 10

ok...thanks for the details

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

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 4 replies
  • 1676 views
  • 0 likes
  • 2 in conversation