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
How do you specify the number of iterations and specific condition within a single do loop?
What do you know about sas and what we do? : sas-grid-administration
what is sas database server? : Sas-di
How substr function works in sas?
What are the difficulties u faced while doing vital signs table or dataset?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
how can you put a "trace" in your program? : Sas programming
What does the RUN statement do?
Which command is used to perform sorting in sas program?
Which command is used to save logs in the external file?
What is the basic structure of a sas program?
What do the mod and int function do? : Sas programming
what is the use of proc contents and proc print in sas? : Sas-administrator
how do the in= variables improve the capability of a merge? : Sas programming