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
What is maximum number of rows and cols can be handled in SAS?
What is the basic structure of the SAS base program?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
what is the difference between infile and input? : Sas-administrator
which features do you use to check the data validations and errors? : Sas-administrator
what is the use of proc contents and proc print in sas? : Sas-administrator
Explain the use of proc gplot? : sas-grid-administration
What is the role of sas grid administrator? : sas-grid-administration
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
why a stop statement is needed for the point= option on a set statement?
what other sas products have you used and consider yourself proficient in using? : Sas programming
What do the mod and int function do? : Sas programming
what is the use of proc sql? : Sas programming