How the date 04oct1994 is stored in SAS,not only give the
answer explain in brief?
Answer Posted / sree
In sas the date will be stored as the number of days since
January
1,1960. SAS stores dates as number of days hence it
becomes a numeric value .
Use a date informat to read the date eg. DATE9. ,MMDDYY10.
etc..and u will
get the number of days in the output dataset in a format
you specify or date9.only
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which command is used to perform sorting in sas program?
How you can read the variables that you need?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What is the purpose of trailing @ and @@? How do you use them?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Give some examples where proc report’s defaults are different than proc print’s defaults?
what is the use of sas management console? : Sas-di
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
How we can call macros with in data step? : sas-macro
What are the default statistics that proc means produce?
Why double trailing @@ is used in input statement?
How would you identify a macro variable? : sas-macro
What are the data types that sas contain?
what is sas data set?
This entry was posted in General. Bookmark the permalink. Post a comment or leave