First  |  Prev |  Next  |  Last
Pages: 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
warning message in log after running a proc reg
Hi everyone, I ran a proc reg and got this warning message in the log warning: the variable _name_ or _type_ exists in a data set that is not TYPE=corr, cov, sscp, etc. does anyone know what this means ... 11 Dec 2008 11:16
SAS Syntax Editor control is not installed
Hope this "http://support.sas.com/kb/32/252.html" might help you.! On Mon, Dec 1, 2008 at 10:13 AM, Peggy De Laet <peggy_vos(a)hotmail.com>wrote: Hi, I've installed SAS 9.2 but every time I try to open an Editor window I get the error "ERROR: SAS Syntax Editor control is not installed." I've alread... 1 Dec 2008 12:08
Inserting a newline in Excel
Does anyone know of a way to insert a newline in Excel using the ExcelXP tagset? I can do it in an RTF file using ^n but that doesn't work in Excel. I can do it manually in Excel by pressing Alt-Enter, which apparently inserts a linefeed character '0A'x. But inserting linefeeds doesn't work. I've tried ^l, <br>, no... 28 Nov 2008 05:22
Proc compile
Hi all, I've changed some subroutines and where I do: Proc compile outlib =Rd_Func.funcpack; package = FUNCPACK; .... THE NEW SUBROUTINE with more arguments run; But when I go look at the rd_func library the funcpack as the the subroutine without any change... Can you help me? ... 7 Oct 2008 12:21
A State Space Model for Multivariate Longitudinal Count Data
Hi, In my search for a modeling approach to poison time series I came accros a paper written by Bent Jorgensen et al (1998) with the title "A State Space Model for Multivariate Longitudinal Count Data". their approach is very interesting and I was wondering if someone has developed a sas code to match? The re... 8 Oct 2008 03:44
adstocking GRP
Hi SAS experts, I am facing a simple data manipulation issue. Somehow, I am stuck and not able to get the SAS code right to do this. My requirement is to create adstock from the GRP values I have. The governing equations are provided below. GRP Adstock 104.697 31.4 56.941 39.1 80.745 51.6 45.755 49.... 2 Sep 2008 23:02
HELP- insufficient memory when I run PROC CLUSTER on 14*15000 data
NOTE: The data set WORK.TFINAL has 14 observations and 15000 variables. 35 proc cluster data=tfinal method=average out=treedata; 36 id attribute; 37 WARNING: Unable to allocate sufficient memory. Amount requested was 0, and the amount available was 843025408. External storage will be... 29 Aug 2008 13:42
Proc Power
If anyone has experience with Proc power: What does NULLPROPORTIONDIFF do exactly? Thanks brian ... 26 Aug 2008 12:59
SAS programming practice
You already found it. Yes, SAS-L has all kinds of real word problems and solutions. Just read through the SAS-L archive, of course, you'll need some time :-) http://listserv.uga.edu/archives/sas-l.html On Thu, 14 Aug 2008 21:50:24 -0400, kwu0914 <sas0914(a)GMAIL.COM> wrote: Hi All, I am new to SAS world.... 15 Aug 2008 21:18
Tagsets EXCELXP, Borders and Cell Wrap
As a follow-up to my own post: I wonder if this is because it does not work well with PROC PRINT which is what the original data was based on. PROC REPORT would appear to be a better option. I'm still not getting borders, though, in PROC REPORT with BOX option. Thanks. ... 23 Jul 2008 16:23
First  |  Prev |  Next  |  Last
Pages: 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187