what are input dataset and output dataset options? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
At compile time when a SAS data set is read, what items are created?
What is the order of evaluation of the following operators + - * / ** () ???
What are the implications?
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
What is interleaving in SAS?
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
what is fact table and factless table?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
How would you delete duplicate observations?
define table lookup and how may ways it can be done...explian
One way of creating a new variable in Macros is by % Let....What is the other way..?
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