what is prime numbers? how we can get plc write sas code?
Answer Posted / nandu
A small correction in the above one.
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
and (mod(number1,2) ne 0 and mod(number1,3) ne 0 and mod(number1,5) ne 0 and mod(number1,7) ne 0 and mod(number1,9) ne 0) then output ;
run;
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Explain the special input delimiters used in sas programming.
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
how to debug and test the sas program? : Sas-administrator
Can you execute a macro within a macro? Describe. : sas-macro
Describe the ways in which you can create macro variables? : sas-macro
What are the table names in oracle database...?
what is the effect of the options statement errors=1? : Sas programming
what is factor analysis? : Sas-administrator
What is the role of administrative users? : sas-grid-administration
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
Explain what Proc glm does?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
what is sas business intelligence? : Sas-bi
If you could design your ideal job, what would it look like?