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
How we can call macros with in data step? : sas-macro
How we can create SAS USER DEFINED CODE?
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?
Are you involved in writing the inferential analysis plan? Tables specifications?
what is the effect of the options statement errors=1? : Sas programming
What commands are used in the case of including or excluding any specific variables in the data set?
How do you control the number of observations and/or variables read or written?
What do you code to create a macro? : sas-macro
Explain the purpose of substr functions in sas programming.
name several ways to achieve efficiency in your program? : Sas programming
How do dates work in sas?
What is the difference between SAS functions and procedures?
What is the use of function Proc summary?
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
Name any two sas spawners? : sas-grid-administration