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 |
What is the difference between %put and symbolgen? : sas-macro
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
List down the reasons for choosing sas over other data analytics tools.
Why is a STOP statement needed for the point=option on a SET statement?
how does sas handle missing values in sort order? : Sas programming
How would you remove a format that has been permanently associated with a variable? ________________
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Name statements that function at both compile and execution time.
Baseline definition in your study
3 Answers Accenture, Quintiles,
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance
what is the use of LRECL option.