How would you code the criteria to restrict the output to be
produced?
Answers were Sorted based on User's Feedback
Answer / dupe
Various datestep options, can be use to restrict number of
observations
obs=;
firstobs=;
point=obsnum
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / selvi
by if exp=codn; - restrict the output to be produced
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / harish
with out proc print statement we can block the out put.
Is This Answer Correct ? | 1 Yes | 2 No |
how to change the execute of macro
how would you determine the number of missing or nonmissing values in computations? : Sas programming
What are the differences between sum function and using “+” operator?
what do the pad and dim functions do? : Sas programming
how can you put a "trace" in your program? : Sas programming
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
what is the use of proc sql? : Sas programming
What is the basic syntax of a sas program?
sas macros
what is data access? : Sas-di
what is the difference between DUPKEY and NODUPKEY???
what is cummaltive frequency,and varience in proc unviarte