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 prime numbers? how we can get plc write sas code?

Answer Posted / santosh reddy

data prime (drop=j count);
do i=100 to 1 by -1;
count=0;
do j=i to 1 by -1;
if mod(i,j)=0 then count+1;
end;
if count=2 then output;
/* output;*/
end;
run;

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are you involved in writing the inferential analysis plan? Tables specifications?

4005


Describe what are the different levels of administrative users in sas? : sas-grid-administration

1082


What are the difficulties u faced while doing vital signs table or dataset?

2448


What is connection profile? : sas-grid-administration

1231


Explain the difference between using drop = data set option in set and data statement?

1193


Explain bmdp procedure?

1084


What was the last computer book you purchased? Why?

2419


How to create a permanent sas data set?

1309


Difference between SAS STATA & SPSS?

1177


What are the limitations for memory allocation for SAS variables

1547


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

1073


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

1123


What are the uses of sas?

1359


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

1199


what is sas business intelligence? : Sas-bi

1264