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


Please Help Members By Posting Answers For Below Questions

what is sas metadata server? : Sas-di

815


Explain data step in SAS

836


Explain what is data step?

918


What do the put and input function do?

768


what are _numeric_ and _character_ and what do they do? : Sas programming

875


Explain data_null_?

796


what are the component of range? : Sas-bi

801


Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

1995


What would be the value of month at the end of data step execution and how many observations would be there?

789


I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

1910


what do you mean by data staging area? : Sas-di

817


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

5172


What is the maximum length of the macro variable?

889


How do you convert basic cube to transaction cube and transaction cube to basic cube?

1986


How we can call macros with in data step? : sas-macro

815