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

What is difference between (a-z) and (a--z)

Answer Posted / basha

var a-z : this shows error message because it does not have
any numeric suffix
var a1-a5: it diplays variables a1 to a5
i.e it only shows variable ranges

var a--z : it displays a to z it includes variables between
a to z
ex;
data k;
input a b c z;
datalines;
1 2 3 4
5 6 7 8
;
proc print;
var a--z;
run;
proc print;
var a-z; >>>>>>this shows error:numuric is not there
run;

Is This Answer Correct ?    26 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is SAS informats?

1132


Enlist the functions performed by sas.

1189


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.

1925


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1588


what do the pad and dim functions do? : Sas programming

1072


what is snowflake schema? : Sas-di

1260


Name some categories in sas 9? : sas-grid-administration

1024


How are numeric and character missing values represented internally?

1709


How do you convert basic cube to transaction cube and transaction cube to basic cube?

2286


Of all your work, where have you been the most successful?

4715


what is the effect of the options statement errors=1? : Sas programming

1103


What is the basic syntax style in SAS?

1226


What are the data types in sas?

1112


For what purpose would you use the RETAIN statement?

1580


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

2415