how would you create multiple observations from a single observation? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
What are the differences between proc means and proc summary?
What does the trace option do?
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
Please write codes to merge two datasets and keep every record in the first dataset.
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
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.
What are the data types does SAS contain?
is there any differnce between proc means and proc summary?
how do you test for missing values? : Sas programming
What other SAS features do you use for error trapping and data validation?