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
What is the role of unrestrictive users? : sas-grid-administration
what has been your most common programming mistake? : Sas programming
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What are the applications primarily used by business analyst? : Sas-bi
what is null hypothesis? why do you consider that?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Hi, If anyone has base SAS certification dumps, please share.
What is the purpose of trailing @ and @@? How do you use them?
How does proc sql work?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
what are the types of interactive display types? : Sas-bi
describe the interaction table in sas di? : Sas-di
What are the special input delimiters used in SAS?
What is the use of the %include statement?