what other sas products have you used and consider yourself proficient in using? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between proc means and proc summary.
Name and describe few sas character functions that are used for data cleaning in brief.
How to read multiple excel sheets from a single excel file at once????
7 Answers HCL, Verinon Technology Solutions,
How would you determine how far down on a page you have printed in order to print out footnotes?
Explain the purpose of substr functions in sas programming.
What is _n_?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
Mention few ways with which a “table lookup’ is done in sas programming.
what is the formula to measure Baseline
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 parameters of scan function?
what are all the default values getting in PROC MEANS...???