what is prime numbers? how we can get plc write sas code?
Answer Posted / sandeep
****** What is prime numbers?******
A) A prime number is a number that cannot be divided by a
number other than 1 and itself.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is proc sort?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is the difference between %local and %global? : sas-macro
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How do you delete duplicate observations in sas?
what is the difference between infile and input? : Sas-administrator
how to remove duplicates using proc sql?
What are the difference between the sas data step and sas procs?
How to include or exclude specific variables in a data set?
how could you generate test data with no input data? : Sas programming
Difference between informat and format?
what is data access? : Sas-di
Describe the ways in which you can create macro variables? : sas-macro