Q )the following program submitted
data work.DATA_INFO;
X="01JAN1960"D;
Run;
What will be the value of X?
A.the numeric value 0
B.the character value "01jan1960"
C.the date value 01011960
D.code contains a syntax error
What is the answer and explain how it comes?
Answer A. 01jan1960 is the value 0. 02jan1960 is 1, 03jan1960 is 2, etc.
Art, CEO, AnalystFinder.com
Answer A. 01jan1960 is the value 0. 02jan1960 is 1, 03jan1960 is 2, etc.
Art, CEO, AnalystFinder.com
Did you run the code an examine the data set?
Look up SAS Date values. This a key bit of knowledge to work with SAS and dates.
SAS calculates dates as the number of days since January 1, 1960. Here, the date is exactly January 1, 1960, which is 0 days. So the answer to this question is 0.
Hope this explanation makes sense!
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.
Ready to level-up your skills? Choose your own adventure.