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 sql;
select *
from qqq
where name contains "A";
quit;

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1114


Explain input and put function?

1185


Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

2449


How to limit decimal places for variable using proc means?

1153


What is the difference between one to one merge and match merge? Give an example.

1119


Describe the function and untility of the most difficult SAS macro that you have written.

2167


How would you include common or reuse to be processed along with your statements?

2415


How to specify variables to be processed by the freq procedure?

1116


Explain the purpose of substr functions in sas programming.

1106


how can you put a "trace" in your program? : Sas programming

1108


Explain data_null_?

1106


What are the statements in proc sql?

1147


what is change analysis in sas di ? : Sas-di

1110


What is the difference between reading data from an external file and reading data from an existing data set?

1230


how are numeric and character missing values represented internally? : Sas programming

1198