what are several options for creating reports in web report studio? : Sas-bi
How do dates work in sas?
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
Why and when do you use proc sql?
How would you code a merge that will keep only the observations that have matches from both sets?
how do you want missing values handled? : Sas programming
what is intially documentation in sas?
What is the difference Using & and && in the macro variables
What is the purpose of _character_ and _numeric_?
Mention how to limit decimal places for the variable using proc means?
Can you execute macro within another macro? : sas-macro
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.