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 would the following datastep do?

Data _null_;
Set Dist end=eof;
Call Symput("xx"!!left(put(_n_,2.)),&dimension);
If EOF then
Call Symput('numrows',left(put(_n_,2.)));
Run;

dimension is a macro variable that is being passed here

Answer Posted / akshata shenvi

here numeric values have been converted to character values
at the place given by (line) :column

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do dates work in SAS data?

1228


what is data governance? : Sas-di

1068


what is data integration? : Sas-di

1165


Name types of category in which SAS Informats are placed?

1196


Differences between where and if statement?

1157


How do you connect the desktop application to metadata server? : sas-grid-administration

1147


what techniques and/or procs do you use for tables? : Sas programming

1102


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1658


Mention some common errors that are usually committed in sas programming.

1105


what has been your most common programming mistake? : Sas programming

1186


Enlist the syntax rules followed in sas statements.

1130


how many types of prompts are there? : Sas-bi

1125


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

1165


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

1143


What is the use of function Proc summary?

1344