How do you test for missing values?
No Answer is Posted For this Question
Be the First to Post Answer
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.
How do you put a giraffe into the refrigerator?
SAS using companies in chennai
How many versions came upto now in SAS?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
What system options would you use to help debug a macro? : sas-macro
How do dates work in SAS data?
How to limit decimal places for the variable using proc means?
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?
What are SAS/ACCESS and SAS/CONNECT?