How would you code the criteria to restrict the output to be
produced?
Answer Posted / ganesh
In my view use noprint option to restrict the output to be
produce
data g;
input name$ no sal;
datalines;
a 1 2500
b 2 3500
;
proc print data=g noprint;
run;
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
how many display types available in sas bi dashboard? : Sas-bi
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
Difference between sum function and using “+” operator?
what is sas business intelligence? : Sas-bi
how to generate the test data in sas without input data? : Sas-administrator
how to read the variables in sas? : Sas-administrator
What is substr function?
How would you identify a macro variable?
What is your favorite all time computer book? Why?
Have you used macros? For what purpose you have used? : sas-macro
How to include or exclude specific variables in a data set?
In SAS explain which statement does not perform automatic conversions in comparisons?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Which date function advances a date, time or datetime value by a given interval?