what has been your most common programming mistake? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
Explain append procedure?
Did you used proc test? when?
0 Answers Accenture, Quintiles,
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
how does sas handle missing values in sort order? : Sas programming
how does sas handle missing values in procs? : Sas programming
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
How are the analysis data sets structured?
Do you think professionally?
Which command is used to save logs in the external file?
for whom is sas data integration studio designed? : Sas-di