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
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Explain the special input delimiters used in sas programming.
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What is maximum number of rows and cols can be handled in SAS?
What are the difference between ceil and floor functions in sas?
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
Mention what is PROC in SAS?
why is a stop statement needed for the point=option on a set statement? : Sas programming
what are validation tools that are used in sas? : Sas-administrator
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
what is the primary data source for the wrs? : Sas-bi
what is data integration? : Sas-di
What is data _null_?
Define run-group processing?