Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How we can call macros with in data step? : sas-macro

1176


How we can create SAS USER DEFINED CODE?

2151


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

2156


Are you involved in writing the inferential analysis plan? Tables specifications?

4009


what is the effect of the options statement errors=1? : Sas programming

1105


What commands are used in the case of including or excluding any specific variables in the data set?

1148


How do you control the number of observations and/or variables read or written?

1297


What do you code to create a macro? : sas-macro

1193


Explain the purpose of substr functions in sas programming.

1110


name several ways to achieve efficiency in your program? : Sas programming

1146


How do dates work in sas?

1191


What is the difference between SAS functions and procedures?

1186


What is the use of function Proc summary?

1345


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

2422


Name any two sas spawners? : sas-grid-administration

1094