i have a dataset with var1,var2,var3; i want to upload the
titles for the variables . How can we?
Answer Posted / naveen
proc print data=ttt;
title "abcd";
var var1 var2 var3;
run;
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
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 use of proc sql? : Sas programming
Mention the category in which sas informats are placed?
Did you used proc test? when?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what is business intelligence? : Sas-bi
What is SAS informats?
What would you change about your job?
What is data _null_?
What are the differences between sum function and using “+” operator?
what type of graphs we will create(for 2+years candidates)?
Which are the statements whose placement in the data step is critical?
Why double trailing @@ is used in input statement?
how do the in= variables improve the capability of a merge? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming