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

You need to create an In List that it is to be later used in
a Where Clause that includes all the Regions that begin with
the letter A from the sashelp.shoes table. Using PROC SQL
with an into clause create the following string from the
sashelp.shoes table using the variable region
“AFRICA”,”ASIA”,…..

Answer Posted / ragg

here is the code for your question.
proc sql;
select *
from sashelp.shoes
where Region like 'A%';
quit;
it will list out all letters starting with 'A'in region variable.

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is program data vector? : Sas-administrator

1122


How substr function works in sas?

1270


What are the differences between proc means and proc summary?

1194


What are the features of base sas system?

1110


what is SAS OPTIMIZATION?

2350


name the scheduler for scheduling job and explain the scheduler? : Sas-di

1092


What is SAS? What are the functions does it performs?

1243


what are some differences between proc summary and proc means? : Sas programming

1190


What areas of SAS are you most interested in?

1578


What is the difference between INPUT and INFILE ?

1374


What is the use of %include statement?

1101


why is sas considered self-documenting? : Sas programming

1184


what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

1148


What is the command used to find missing values?

1143


how do you test for missing values? : Sas programming

1097