i have a dataset with var1,var2,var3; i want to upload the
titles for the variables . How can we?



i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?..

Answer / naveen

proc print data=ttt;
title "abcd";
var var1 var2 var3;
run;

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More SAS Interview Questions

Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.

4 Answers   Accenture,


Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks

2 Answers  


What are the limitations for memory allocation for SAS variables

0 Answers   Signetsoft,


When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?

2 Answers   Accenture,


Mention what are the data types does SAS contain?

0 Answers  






What is the use of function Proc summary?

0 Answers  


what is sas data set?

0 Answers  


explain what is factor analysis? : Sas-administrator

0 Answers  


What is the size of PDV?

2 Answers   L&T,


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

0 Answers  


At compile time when a SAS data set is read, what items are created?

14 Answers   Accenture,


I am looking to buy a sas advance book. So any one can guide me that which one i should buy.

0 Answers  


Categories