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

what are input dataset and output dataset options?

6 Answers   HCL,


Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?

1 Answers  


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

10 Answers  


What is the use of the %include statement?

0 Answers  


what is Business Intelligence?

3 Answers   CitiGroup,






What would you change about your job?

0 Answers   Oracle,


What is program data vector (pdv)?

0 Answers  


what is the main difference between rename and label? (don't say that they both perform the same function).

11 Answers   Parexel,


How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.

8 Answers  


Mention what is PROC in SAS?

0 Answers  


What will calendar procedure do?

0 Answers  


What are the main differences between sas versions 8.2, 9.0, 9.1?

4 Answers  


Categories