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

proc print data=abc;
var name;
where name contains="A";
run;

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

1320


What are the statements that are executed only?

1208


Tell e how how dealt with..

2265


How to include or exclude specific variables in a data set?

1164


how can you import .csv file in to sas? : Sas programming

1139


What are the difference between sas functions and procedures?

1203


What is substr function?

1240


What is the use of function Proc summary?

1344


If you could design your ideal job, what would it look like?

2981


What are the 3 components in sas programming?

1238


What do you know about symput and symget?

1317


What would you change about your job?

2442


What is Linear Regression?

1221


how do you test for missing values? : Sas programming

1099


Mention sas system options to debug sas macros.

1236