How would you code the criteria to restrict the output to be
produced?
Answer Posted / aravind rangaraj
use _null_ in data statemnet when u dont want to create
dataset.to restrict the output to be produced, close the
ods listing destination and this is default destination
and you can also restrict the output using no print option
in some procs such as means,sql,etc...
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Tell me about % include and % eval? : sas-macro
In ARRAY processing, what does the DIM function do?
Difference between sum function and using “+” operator?
What is the use of function Proc summary?
what is the difference between nodup and nodupkey options? : Sas programming
Explain by-group processing?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
How do you define proc in sas? : sas-grid-administration
what are the considerations when picking a SAS/STAT procedure?
what is factor analysis? : Sas-administrator
What is the difference between reading data from an external file and reading data from an existing data set?
name several ways to achieve efficiency in your program? : Sas programming
Mention the difference between ceil and floor functions in sas?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What is PDV?