what is prime numbers? how we can get plc write sas code?
Answer Posted / nandu
Data samp;
input number1 @@;
cards;
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
;
run;
data samp2;
set samp;
number2=number1 ;
if mod(number1,1) eq 0 and mod(number1,number2) eq 0 then
output ;
run;
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
what is factor analysis? : Sas-administrator
What is the general format of function in sas? : sas-grid-administration
name some data transformation used in sas di? : Sas-di
What are the functions which are used for character handling functions?
how to remove duplicates using proc sql?
Describe the function and untility of the most difficult SAS macro that you have written.
Differentiate between format and informat? : sas-grid-administration
Explain the difference between informat and format with an example.
what is the difference between infile and input? : Sas-administrator
what are some good sas programming practices for processing very large data sets? : Sas programming
what is SAS OPTIMIZATION?
What are the differences between proc means and proc summary?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
How does proc sql work?
What are the five ways to do a table lookup in sas? : sas-grid-administration