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 to include or exclude specific variables in a data set?
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
Are you involved in writing the inferential analysis plan? Tables specfications?
What do the mod and int function do? : Sas programming
explain what is factor analysis? : Sas-administrator
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Explain input and put function?
what type of graphs we will create(for 2+years candidates)?
What do the PUT and INPUT functions do?
explain the key concept of sas? : Sas-administrator
explain the proc in sas? : Sas-administrator
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Explain the difference between nodup and nodupkey options?
what techniques and/or procs do you use for tables? : Sas programming
How would you define the end of a macro? : sas-macro