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

Which is the best training institute for SAS in Delhi. Please reply

12 Answers   HCL, HSBC,


Describe a time when you were really stuck on a problem and how you solved it?

1 Answers  


what are the scrubbing procedures in sas? : Sas programming

0 Answers  


What are the new features included in the new version of SAS Programming Language?

0 Answers  


How would you remove a format that has been permanently associated with a variable? ________________

5 Answers   Quintiles, TCS,






What does P-value signify about the statistical data?

0 Answers  


I have a dataset concat having a variable a b & c. How to rename a b to e & f?

0 Answers  


How do you download a flat file from Mainframe to your local PC using SAS?

3 Answers  


How do you write a test plan?

1 Answers   Oracle,


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

0 Answers  


hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?

6 Answers   Accenture,


I need help in merging two different datasets. I am merging by date and I want to propagate observations from one dataset to the corresponding dates. One dataset has a unique date for each day of the month, while the other dataset has same date for different patient visits. For example I want to spread an observation on the 31DEC2008 from one dataset to several observations with the same date on a second dataset for all the patients who visited on that date. I have tried to merge the two and the result is not what I wanted. Instead I get a dataset whereby all the dates have missing values where observations from the first datset should have spread.

1 Answers  


Categories