In which format does Date stores in sas..?
What is the use of DATE in SAS.?
Answers were Sorted based on User's Feedback
Answer / satyanand
SAS represents a date internally as the number of days
between January 1, 1960 and the specified date. Dates
before 1960 are represented with negative numbers. A
SAS date value is a numeric variable
| Is This Answer Correct ? | 22 Yes | 1 No |
In SAS the date has been stored as machine level language,
and the reference date for SAS is Jan 1, 1960.
To find out the exp of employees we have to use DOJ, then we
will use date.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mannna
it is stored as numeric values.
Eg
data aaa;
a=today();
put a;
run;
it will show you numeric no equivalent to current date.After using format staement u can get todays date as;
data aaa;
a=today();
format a date9.;
put a;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the option to produce a frequency line items rather that a table.
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,
What are the scrubbing procedures in sas?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
how do the in= variables improve the capability of a merge? : Sas programming
How do you convert basic cube to transaction cube and transaction cube to basic cube?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
What is the difference between match merge and one to one merge?
Are you familiar with special input delimiters? How are they used?
what type of graphs we will create(for 2+years candidates)?
What is the order of evaluation of the following operators + - * / ** () ???
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com