hi
tell be about pfizer? how to compare the work with other
companies ? please tell me how to login and work also?
Answer / saifudheen
pfizer is one of the world's largest research-based pharmaceutical company...
| Is This Answer Correct ? | 9 Yes | 0 No |
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
what is the difference between floor and ceil functions in sas? : Sas-administrator
Under what circumstances would you code a SELECT construct instead of IF statements?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
what are the types of interactive display types? : Sas-bi
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
what is the difference between nodup and nodupkey options? : Sas programming
Can you excute a macro within a macro? Describe.
what is the difference between proc means and proc summary?
What are the statements in proc sql?
how do u identify a macro variable