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

In PROC PRINT, can you print only variables that begin with
the letter “A”?

Answer Posted / parbhat517

PROC PRINT DATA = X;
WHERE SUBSTR(NAME,1,1) = 'A';
RUN;

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1400


How do you control the number of observations and/or variables read or written?

1297


name some data transformation used in sas di? : Sas-di

1031


what is sas metadata server? : Sas-di

1154


what is intially documentation in sas?

5129


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

1402


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

1246


What are the advantages of using sas?

1189


how many types prompting framework can be broken down to? : Sas-bi

1115


How are numeric and character missing values represented internally?

1711


how would you create multiple observations from a single observation? : Sas programming

1055


Approximately what date is represented by the SAS date value of 730?

1269


How we can call macros with in data step? : sas-macro

1176


What is program data vector (pdv) and what are its functions?

1318


How necessary is it to be creative in your work?

2525