Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Approximately what date is represented by SAS date value of
730

Answers were Sorted based on User's Feedback



Approximately what date is represented by SAS date value of 730..

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

Approximately what date is represented by SAS date value of 730..

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

Approximately what date is represented by SAS date value of 730..

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

Approximately what date is represented by SAS date value of 730..

Answer / shiri

it will jan 1st 1962

Is This Answer Correct ?    4 Yes 0 No

Approximately what date is represented by SAS date value of 730..

Answer / ravid

it may be dec 31 1961 or jan 1 of 1962

Is This Answer Correct ?    7 Yes 4 No

Approximately what date is represented by SAS date value of 730..

Answer / sriraghubabu

31dec1961


data a;
x=730;
proc print data=a;
format x date9.;
run;

Is This Answer Correct ?    2 Yes 0 No

Approximately what date is represented by SAS date value of 730..

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

Approximately what date is represented by SAS date value of 730..

Answer / saritha

it may be 29 dec 1961

Is This Answer Correct ?    0 Yes 10 No

Approximately what date is represented by SAS date value of 730..

Answer / nari

10jan1962 it will store and the format is date9.

Is This Answer Correct ?    2 Yes 19 No

Post New Answer

More SAS Interview Questions

What is the use of function Proc summary?

0 Answers  


why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?

2 Answers   Accenture,


do you prefer proc report or proc tabulate? Why? : Sas programming

0 Answers  


Describe a time when you were really stuck on a problem and how you solved it?

1 Answers  


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

0 Answers  


How to specify variables to be processed by the freq procedure?

0 Answers  


Name validation tools used in SAS

0 Answers  


How would you delete duplicate observations?

9 Answers  


Mention common programming errors committed in sas ?

0 Answers  


Give some ways by which you can define the variables to produce the summary report (using proc report)?

0 Answers  


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

0 Answers  


Categories