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 20 variables. i want to upload the
variables which contain name like a or k or anything in
another dataset.how can we create the dataset?

Answer Posted / alok karan

data _null_ new;
set  qqq;
where name like "q%" or name like "w%";
put name total;
run;
proc print data=new;
run;

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to read an input file in sas?

1192


What are the difference between ceil and floor functions in sas?

1400


What is the basic structure of the SAS base program?

1400


What is the general format of function in sas? : sas-grid-administration

1028


Which command is used to perform sorting in sas program?

1095


What is a pdv and what are its functions?

1216


What is the maximum length of the macro variable? : sas-macro

1153


Describe 5 ways to do a “table lookup” in SAS?

1187


Explain what Proc glm does?

1296


How you can read the variables that you need?

1177


Explain why double trailing @@ is used in input statement?

1114


how sas deals with business intelligence? : Sas-bi

1102


what are sas bi dashboard components? : Sas-bi

1228


For what purposes have you used sas macros? : sas-macro

1049


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

1392