Approximately what date is represented by SAS date value of
730
Answers were Sorted based on User's Feedback
Answer / mu mu
12/31/1961
data a;x=730;;proc print data=a; format x mmddyy10.;run;
| Is This Answer Correct ? | 29 Yes | 2 No |
Answer / sravan
data a;
x=730;
format x date9.;
run;
proc print data=a;run;
we get 31Dec1961
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / sheetal
In SAS Dates stored in numeric format, it starts from 1st
Jan 1960, and 1st jan 1960 consider as day # 0. So even
though 1960 was a leap year #days are 365 for year 1961 and
365 for 1961. Which means 365+365=730 nothing but last day
of 1961 - 31st Dec 1961.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / sriraghubabu
31dec1961
data a;
x=730;
proc print data=a;
format x date9.;
run;
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pnprasad
In SAS Dates stored in numeric format, it starts from 1st
Jan 1960, so 730 means Jan 1962.
| Is This Answer Correct ? | 2 Yes | 7 No |
What is the use of function Proc summary?
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
do you prefer proc report or proc tabulate? Why? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
how can you get the single data set from the library(which has the number of data sets)?
3 Answers Accenture, Deloitte,
Name some categories in sas 9? : sas-grid-administration
How to specify variables to be processed by the freq procedure?
Name validation tools used in SAS
How would you delete duplicate observations?
Mention common programming errors committed in sas ?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?