i have a null dataset with 10 variables; i want to print only
name of the varibales in log window and also output window.how
can we do this one?
Answer Posted / kumar
if we want variables in output window
data _null_;
file print;
put @5 'name' @20 'age' @30 'sex';
run;
if we want in log window
data _null_;
put @5 'name' @20 'age' @30 'sex';
run;
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
what is sas database server? : Sas-di
What is connection profile? : sas-grid-administration
What’s the difference between var b1 – b3 and var b1 — b3?
How does the internal authentication work in sas? : sas-grid-administration
What are the functions which are used for character handling functions?
how would you create multiple observations from a single observation? : Sas programming
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
what is the use of sas management console? : Sas-di
what is snowflake schema? : Sas-di
what is change analysis in sas di ? : Sas-di
What are the difference between the sas data step and sas procs?
What are the ways to do a “table lookup” in sas?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What are the advantages of using sas?
Mention how to limit decimal places for the variable using proc means?