hi i am nipun
can anybody tell me that
if a clinical sas programmer write the code and after
successfull execution
where do they store it.
how they submit tables to TL
how work is assigned to programmers
either both code, log, output to be submitted.
can any one tell me the process
Answers were Sorted based on User's Feedback
Answer / ramesh
Generally for every project there are specs (specification) depending in that specs TL will distribute the work to the respective team member and finally they will integrate the code.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / senthil
Hi, I am senthil from chennai.
Just a ref. is enough TLF. If it is analysis DS then its
needed..
Regards,
Senthil
| Is This Answer Correct ? | 0 Yes | 2 No |
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.
How to limit decimal places for the variable using proc means?
what is the diff. b/w proc means and proc summary?
What is the difference between one to one merge and match merge? Give an example.
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
what techniques and/or procs do you use for tables? : Sas programming
Of all your work, where have you been the most successful?
Difference b/n proc means and proc summary procedures?
What are the statements that are executed only?
How to include or exclude specific variables in a data set?
Explain the use of proc gplot? : sas-grid-administration