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


tell me about use of arrays in sas



tell me about use of arrays in sas..

Answer / vimal raj

SAS Array's main functionality is

when a same action has to be performed repeatedly for n number of similar variables, it is ideal to use array which will simplify the sas program and gives the efficient performance in running and also the look n feel is better

data readin;
set outdata;
array Q(20) Q1-Q20;
do i= 1 to 20;
if Q(i) = 6 then Q(i)= .;
end;
run;

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More SAS Interview Questions

What is the difference between class statement and by statement in proc means?

0 Answers  


where are dashboard components are created and maintained? : Sas-bi

0 Answers  


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

0 Answers   SAS,


How long can a macro variable be? A token? : sas-macro

0 Answers  


Difference between sum function and using “+” operator?

0 Answers  


Define run-group processing?

0 Answers  


what is broad cast agent? : Sas-bi

0 Answers  


How to convert .xls file into CSV format?

6 Answers   Quintiles,


How to convert a given date value into SAS date

9 Answers   CitiGroup, Quintiles,


Intern stastical programmer written test

0 Answers  


Explain the purpose of substr functions in sas programming.

0 Answers  


At compile time when a SAS data set is read, what items are created?

5 Answers  


Categories