What is the one statement to set the criteria of data that
can be coded in any step?
Answers were Sorted based on User's Feedback
Answer / g.s redy
OPTIONS STATEMENT CAN BE USED TO SET THE CRITERIA OF DATA
THAT CAN BE CODED IN ANY STEP
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sunymuny
WHERE Statement can be used to set the Criteria of the DATA
in Both Proc Step and DATA Step.
| Is This Answer Correct ? | 0 Yes | 3 No |
why is the use of Retrive statement and give me with example?
How do you test for missing values?
How many tiers in sas architecture?
Describe the ways in which you can create a macro variable?
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
tell me about intnx, intcx functions?
explain about sas business intelligence? : Sas-bi
How do you put an elephant in the refrigerator?
what is the difference between proc means and proc summary?
What are the automatic variables for macro? : sas-macro
what are different analysis datasets you created and what are the new variables created
What are the implications?