How do dates work in sas?
No Answer is Posted For this Question
Be the First to Post Answer
What are the five ways to do a table lookup in sas? : sas-grid-administration
what is pdv? how it is related to input buffer in sas?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What's the difference between VAR A1 - A4 and VAR A1 - A4?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
Which command is used to perform sorting in sas program?
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
How would you delete duplicate observations?
What do the SAS log messages "numeric values have been converted to character" mean?