Explain the purpose of retain statement.
Answer / Priyanka Verma
"RETAIN" statement retains (or preserves) the value of one or more variables from one iteration to the next.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is character variable converted into numeric variable and vice versa?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
what r the job openings SAS for fresher graduates !
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
What is the difference between nodupkey and nodup options?
What is a pdv and what are its functions?
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
How do handle working under pressure?
How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
what is AE onset date and what is RDS?