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

Hi Guys,
Following is the solution:
data _null_;
set sashelp.vcolumn ;
where libname='SASHELP' and memname='CLASS';
file print;
putlog Name @@;
put Name @@;
run;

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you can read the variables that you need?

1171


What does the RUN statement do?

1345


what are some good sas programming practices for processing very large data sets? : Sas programming

969


explain the concepts and capabilities of business object? : Sas-bi

1007


What are the different types of sas functions?

1356


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

1065


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

1197


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

1071


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1721


what is the basic structure sas administrator? : Sas-administrator

1051


what is star schema? : Sas-di

1182


How do dates work in SAS data?

1223


What is the difference between class statement and by statement in proc means?

1387


What is the maximum length of the macro variable?

1222


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

1056