Approximately what date is represented by SAS date value of
730

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the length assigned to the target variable by the scan function?

679


Explain what Proc glm does?

641


what type of graphs we will create(for 2+years candidates)?

1906


how does sas handle missing values in sort order? : Sas programming

537


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

595






Give an example where SAS fails to convert character value to numeric value automatically?

608


Explain the main difference between the sas procedures and functions? : Sas-administrator

542


How to sort in descending order?

798


What sas features do you use to check errors and data validation?

694


How to create list output for cross-tabulations in proc freq?

624


What is the difference between order and group variable in proc report?

843


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

844


how can you put a "trace" in your program? : Sas programming

579


what are the considerations when picking a SAS/STAT procedure?

2902


what is program data vector? : Sas-administrator

617