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 sas metadata server? : Sas-di
Explain data step in SAS
Explain what is data step?
What do the put and input function do?
what are _numeric_ and _character_ and what do they do? : Sas programming
Explain data_null_?
what are the component of range? : Sas-bi
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What would be the value of month at the end of data step execution and how many observations would be there?
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.
what do you mean by data staging area? : Sas-di
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
What is the maximum length of the macro variable?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
How we can call macros with in data step? : sas-macro