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 |
what type of reports you are generating in your company...???
2 Answers GSK GlaxoSmithKline,
Describe a time when you were really stuck on a problem and how you solved it?
why is sas data integration studio important? : Sas-di
how we can call macros with in data step?
Difference between nodup and nodupkey options?
What is the difference between %local and %global?
What is the maximum and minimum length of macro variable
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
Approximately what date is represented by the SAS date value of 730?
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
what is the diff b/w verification validation in sas