How to convert a given date value into SAS date
Answer Posted / suresh ganapuram
Actually sas stores dates as numbers
eg:: given date 12-07-2009
in sas :: we can store like this `12-07-2009`d
| Is This Answer Correct ? | 10 Yes | 16 No |
Post New Answer View All Answers
How we can call macros with in data step? : sas-macro
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What is the difference between using drop = data set option in data statement and set statement?
Mention what is the difference between nodupkey and nodup options?
Which date function advances a date, time or datetime value by a given interval?
What is the use of divide function?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
Explain what is the use of proc gplot?
How would you determine the number of missing or nonmissing values in computations?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
what is the difference between unique key and primary key? : Sas-di
Explain how merging helps to combine data sets.
What are common programming errors committed in sas