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
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
what is the difference between %put and symbolgen?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
What is the registered Key word is sas????
How would you delete duplicate observations?
Under what circumstances would you code a SELECT construct instead of IF statements?
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 is conditional processing?
How do you control the number of observations and/or variables read or written?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
How would you invoke a macro? : sas-macro
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?