BookmarkSubscribeRSS Feed
R_Win
Calcite | Level 5
1. How can i read this date format



data x;
input date1 ;
cards;
january 30, 1998
October 13, 1996
run;

Question 2:

What is the function to ignore missing values?
2 REPLIES 2
Peter_C
Rhodochrosite | Level 12
ask the teacher
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Suggest you open a new forum post for each question, ideally after checking available SAS documentation.

There are several SAS DATE INFORMAT references you may find useful in the SAS Language Dictionary documentation.

Please clarify "...ignore missing.." - there is a MISSING function to check a variable value -- then you can decide whether or not to output an observation -- it's really unclear the processing that you want to occur for this condition.



Scott Barry
SBBWorks, Inc.

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