First  |  Prev |  Next  |  Last
Pages: 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
BASE SAS - Automatic Variable
Hi All, Could you any one Explain me, Automatic Variables @ RUN Time and COMPILATION ? Thanks Patil MG ... 5 Apr 2010 22:48
SAS - PDV
Hi All, How PDV works, explain me with example? and Explain me PDV complete HISTORY? Thnaks Patil MG ... 5 Apr 2010 22:48
Subsetting Data for selected time points
Dear All: I have this clinical data set I want to subset. I want to select observations that have complete data for all time points I am interested in. My variables are age (0-18yrs) and Htcm (40-190cm). I started with Data complete; Set everybody; if age and htcm ne .; run; I ended ... 5 Apr 2010 18:21
Dataset Comparision
Hi All: I need to compare two datasets(at Time point A and Time Point B ) .. and write the changes/new data added (if any ) to a data set .. I have tried proc compare works perfect for my scenario .. but could not able to write them to a separate dataset .. Any suggestions ?? Thanks Al ... 5 Apr 2010 16:06
SAS Clinical/Financial/Business Intelligence/Clinical Data management/CDM
I am working as a SAS Programmer in Clinical Research Organisation. I will provide training in SAS / SAS-BI / SAS-DI / CDM / SAS - Clinical and Financial / CDM (Clinical Data Management)/SAS Projects through Online/inclass along with 100% certification guidance at a very low price. Note: CDM(oracle clinical), SAS ... 5 Apr 2010 14:58
SAS Clinical/Financial/Business Intelligence/Clinical Data management/CDM
I am the SAS Certified Base Programmer 9 and SAS Certified Advanced Programmer 9. I have 4 yrs experiences as statistical analyst/SAS programmer from clinic trial, medical research and pharmaceutical industry. I have done 19 projects so far. I would like to be your private tutor for SAS certification preparatio... 5 Apr 2010 13:51
SAS 9.2 and Ubunut 9.10
Hi All, I recently installed SAS on my laptop which runs Ubuntu 9.10. It installs very easily and works with some minor changes from the Windows versions. My question is related to the small program 'rbrowser' that redirects messages from SAS, listens on port 3755 (i believe) and sends SAS error messages to th... 4 Apr 2010 21:29
How to generate a table with proc means
Hi, I wonder how to direct the output of proc means somewhere so I can generate summary table that contains results from MULTIPLE proc means runs. For example, I have three files: work.sales work.profit work.income Each file has two classes: brandvariable=Toyota brandvariable=Ford How do I use a single... 4 Apr 2010 20:24
How to declare an list and loop in it
Hi, suppose I want to define a bunch of ratios and I need to do it inside 2 loops: one loop on carbrand: Toyota, Ford one loop on variable: Sale, Profit data aaa; set bbb; SALETOYOTA=SALETOYOTA1997+SALETOYOTA1998; SALEFORD=SALEFORD1997+SALEFORD1998; PROFITTOYOTA=PROFITTOYOTA1997+PROFITTOYOTA1998; PROFITFOR... 5 Apr 2010 21:41
proc life test, log rank test, for multiple observations
Hi, I am trying to perform a proc life test to get the log rank test in SAS. I have a longitudinal dataset with multiple observations for each subject. The question is does SAS recognize that this is a multiple observation data while running a proc lifetest. I am using this code: proc lifetest data=work; t... 3 Apr 2010 11:30
First  |  Prev |  Next  |  Last
Pages: 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76