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 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


Please Help Members By Posting Answers For Below Questions

What do you understand by the term Normal Distribution?

1037


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

2394


what is hash files in sas and why we are using this one in sas?

2267


how to change the execute of macro

2379


Differentiate between sas functions and sas procedures.

1311


Mention how to limit decimal places for the variable using proc means?

1172


What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro

1075


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

1223


how will you location sas platform applications available from web browser? : Sas-bi

1117


what is sas metadata repository? : Sas-bi

1171


What is data _null_?

1193


What is the role of sas grid administrator? : sas-grid-administration

1342


describe the interaction table in sas di? : Sas-di

1072


Explain the main difference between the sas procedures and functions? : Sas-administrator

1112


How would you define the end of a macro?

1145