First  |  Prev |  Next  |  Last
Pages: 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
SAS and 64 bit systems
I have 9.2 running on a 64 bit Vista machine. It runs great, but it did install itself into the 32 bit program files path (which I assume means that my SAS 9.2 is a 32 bit version.) I've really had no trouble with my two Vista machines post service pack 1, however "they" say that Windows 7 comes out 10/22. If there'... 18 Sep 2009 12:13
Agresti-Coull confidence intervals
Hello Group, Does anyone have SAS code to compute Agresti-Coull binomial proportion confidence intervals they'd be willing to share? Ref: Agresti, Alan, and Coull, Brent A. Approximate is better than 'exact' for interval estimation of binomial proportions. The American Statistician 52: 119-126, 1998. Thank... 18 Sep 2009 06:39
Invalid argument to function QUOTE
Jason, Your sql code looks ok, but your proc summary doesn't. Specifically, you have a variable in your where clause that doesn't exist in the file. Did you mean to use inj_yr rather than year? Art ------- On Wed, 16 Sep 2009 11:29:47 -0700, J M <jasonm(a)UCLA.EDU> wrote: I'm currently getting this error:... 17 Sep 2009 10:06
Summay Data by Proc Sql --- Easy Question. I think my braind
I'd say an easy question if you use PROC FREQ and know the correct parameter values, but not so easy in SAS SQL: PROC SQL; select distinct t1.ID as ID,t1.TYPE as TYPE, coalesce(t2.CNT,0) as CNT from (select * from (select distinct ID from aa),(select distinct TYPE from aa)) as t1 left join (S... 16 Sep 2009 08:26
Possible to create a folder (in Windows) from SAS?
Yep. x "md <directory name>"; (and of course use whatever macro variable in that you want). Use OPTION NOXWAIT, also. -Joe On Tue, Sep 15, 2009 at 1:47 PM, Norris, Paul <Paul.Norris(a)ucsf.edu> wrote: I'd like to programmatically create a destination folder for jobs that appends the datetime to the n... 18 Sep 2009 12:13
How to Change H/VBOX Color in PROC SGPLOT?
I can't believe that there is no way to change the color of a box plot produced with SGPLOT without messing with the templates. There is no option for that in the syntax like FILLATTR for other graphs. I can't find a way to change the default color in the ODS GRAPHICS statement either. Suggestions? Thank... 15 Sep 2009 13:29
%Include Question
Hello Sas-Users, I want to know something please. If I execute this pgm PGMA: %include'D:\Documents\scan_pgm1.sas' ; %include'D:\Documents\scan_pgm2.sas' ; When PGMA is executing scan_pgm1.sas, can I modify scan_pgm2.sas ? Will SAS take into consideration the modifications. Thanks. Ash_rmy ... 15 Sep 2009 11:15
selecting data in oracle tables with international chars
On Mon, 14 Sep 2009 16:49:00 -0400, Evan Davies <esdav2(a)WM.EDU> wrote: My Sungard/Banner RDBMS recently converted every character variable to accept the international character set. I use SAS connect to ODBC to PROC SQL select data from the Banner system to archive into discrete permanent SAS data sets. The i... 14 Sep 2009 17:33
Two Hyperlinks on Same Line
Is it possible to put two different hyperlinks on the same line? For example, ods escapechar="^"; title2 "^S={&TOCfmt URL='#TOC'}Go to Table of Contents ^S={&TOCfmt URL='#injdept'}Injury Types"; Thanks, Jason ... 14 Sep 2009 15:17
PROC GLIMMIX - Random Effects Binary Logistic Regression
In the first few pages of GLIMMIX manual you will get the assumptions that GLIMMIX use to estimate the parameters of the kind of model you have specified. Do you have any specific question in your mind related to the assumption of GLMM ? On 9/14/09, Ryan <ryan.andrew.black(a)gmail.com> wrote: Hi, I thou... 14 Sep 2009 14:10
First  |  Prev |  Next  |  Last
Pages: 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184