First  |  Prev |  Next  |  Last
Pages: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
&sysdate question
when did u launched ur SAS session? On Mon, 4 Jan 2010 14:26:37 -0800, df ss <tggsun(a)YAHOO.COM> wrote: Hello SASor, I run the following code today. data a; format a$7.; a= "&sysdate" ; run; proc print;run; the date value in variable a is: 31DEC09. I hope the value of a is 04JAN10. what's wrong... 6 Jan 2010 08:49
New Comparison Operators? - WAS: missing numerical values = -
OT: why so many ppl claim that statisticians are bad SAS programmers? What are their sample sizes? After all, SAS was written by Statisticians, LOL On Mon, 4 Jan 2010 17:07:59 -0500, Jonathan Goldberg <jgoldberg(a)BIOMEDSYS.COM> wrote: I gave an (and who knows, maybe the) explanation in a post on the old threa... 6 Jan 2010 19:54
Data Validation/Cleansing Tool Query
If you have macros defined for it already, then a non-programmer can do it trivially. I however would disagree about it being a waste; a data-savvy programmer can be highly useful in data cleaning, as it's not necessarily trivial to make decisions and/or see issues that require additional cleaning steps. Trivial... 6 Jan 2010 15:24
Latent Class Analysis - Question
Ryan If you want to incorporate random effects into ur posterior estimation, apply a DATA STEP to get subject specific estimates, and then employ the formula in the ESTIMATE statement of Dale's code in the DATA STEP. On Sat, 5 Dec 2009 11:14:45 -0800, Ryan <ryan.andrew.black(a)GMAIL.COM> wrote: Hey Dale, ... 6 Jan 2010 08:49
Increase your Statistics IQ in the New Year through interactive
<html><body><span style=3D"font-family:Verdana; color:#000000; font-size:10= pt;"><div><FONT face=3DVerdana><FONT size=3D2>M<A href=3D"http://statcourse= ..com/ctrials.htm" mce_href=3D"http://statcourse.com/ctrials.htm"><FONT colo= r=3D#0066cc>anager's Guide to Design and Conduct of Clinical Trials</FONT><= /A>.&nb... 6 Jan 2010 08:48
ODS OUTPUT
I have a sas table as below: ID CLASS 111 A 111 B 111 C 222 AA 222 BB 222 CC 222 DD I would like to use ODS output the results to excel, and it looks like: ID CLASS 111 A B C ------------------- 222 AA BB CC DD I don'... 6 Jan 2010 08:48
PROC REPORT error
dear all, I would like to print PROD_CL with a LINE statement in the coloured zone. DATA TEST; LENGTH CNTRY PROD_CL PROD $20. DEV $3. blank $5. AUM_Y NNM_D NNM_CM NNM_YTD AUM 4. ; LABEL CNTRY='COUNTRY' PROD_CL='PRODUCT CLASS' PROD='PRODUCT' AUM_Y='AUM/31-12' NNM_D='NNM/DAY' NNM_CM='NNM/MONTH' NNM_YTD='... 9 Jan 2010 09:37
Bulk load to oracle
Hi, proc sql; 24 insert into ikd.'IKD$TA_F_PERLE'n (BULKLOAD=YES BL_LOG='/ pkg/moip/tmv824/sas_datamart/sasbin/t2DISK' 24 ! BL_DELETE_DATAFILE=YES OR_PARTITION=P200907) 25 select * from ikdb.loadperle3; NOTE: 2 rows were inserted into IKD.'IKD$TA_F_PERLE'n. ERROR: The SQL*Loader util... 6 Jan 2010 11:56
45 Degree reference line in PROC SGPLOT XXXX
Dan, I presume that you're asking how to obtain such a line programmatically. However, if not and you just need the line, would the SAS ODS graphics editor help you get what you want? see: http://support.sas.com/documentation/cdl/en/grstateditug/61951/PDF/default/g rstateditug.pdf or, in short form: http... 6 Jan 2010 08:48
45 Degree reference line in PROC SGPLOT XXXX
Hello, Does anyone know how to obtain a 45 degree reference line (for a qq plot) in PROC SGPLOT? Thanks, Dan ... 3 Jan 2010 10:30
First  |  Prev |  Next  |  Last
Pages: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148