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

Use the idea of variable list (varlist) wildcard :

e.g.,
proc print data=xxx ;
var A: ;
run ;
This will list all variables start with letter A.

Is This Answer Correct ?    16 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

do you need to know if there are any missing values? : Sas programming

1123


I need level 2 to 5 sas using companies in india

2434


How are numeric and character missing values represented internally?

1711


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

1147


describe how to adjust the performance of data integrator? : Sas-di

1064


what is the difference between unique key and primary key? : Sas-di

1176


what is data governance? : Sas-di

1067


How will you generate test data with no input data?

1232


What are the applications primarily used by business analyst? : Sas-bi

1049


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

1164


How to limit decimal places for variable using proc means?

1155


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

1269


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 are the features of SAS?

1077


explain what is data set in sas? : Sas-administrator

1036