First  |  Prev |  Next  |  Last
Pages: 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
%Squeeze Change 9.1.3 to 9.2
I found this macro a number of years ago, and use it all the time to reduce file sizes. I'm not sure if this is where I got it, but you can see it here: http://www.nesug.org/Proceedings/nesug06/io/io18.pdf I only started using SAS 9.2 in the last few months. When I run the macro in 9.2, I get an error message I n... 12 Nov 2009 20:45
LOCF (Last Obs Carried Forward) Help, Please
Could someone please help me with the following LOCF problem? I am sure it is something simple, but it eludes me at present. I have a time series (see sample below) where some values of the series are missing. What I want to do is replace the missing values in the series with the last NON-MISSING Value Her... 12 Nov 2009 06:11
PDF Reports from Stored Processes
Hi Martin, I am not very sure what you refer... anyway, Have you set your Stored Process output to PDF in EG? Tools--> options--> results (Stored process)--> PDF Daniel Barcelona -----Mensaje original----- De: SAS(r) Discussion [mailto:SAS-L(a)LISTSERV.UGA.EDU] En nombre de O'Connell, Martin Enviado el: mi�... 18 Nov 2009 16:51
PDF Reports from Stored Processes
Hello all, =20 I have a report writer that builds pdf reports that has worked fine in EG code node. Nothing terribly fancy, just put statements building the report. But when I wrap a simple Stored Process around it the SP output seems to ignore my options, particularly Landscape as report is coming out Port... 11 Nov 2009 10:07
Getting Script Full File Path using
Matt - From my experimentation the environment variable SAS_EXECFILEPATH is set by the Enhanced Editor when you save a file. So if you are not using the enhanced editor or have not save the code yet then it will have an empty value. - Tom On Nov 10, 4:55 pm, matt.pet...(a)THOMSONREUTERS.COM (Matthew Pettis) w... 10 Nov 2009 18:34
Zero-inflated Poisson for correlated data
--- On Tue, 11/10/09, Bijay Tamang <tamangbijay(a)GMAIL.COM> wrote: From: Bijay Tamang <tamangbijay(a)GMAIL.COM> Subject: Zero-inflated Poisson for correlated data To: SAS-L(a)LISTSERV.UGA.EDU Date: Tuesday, November 10, 2009, 8:44 AM I am trying to analyze my windbreak root data using ZIP model. I ... 10 Nov 2009 15:12
combinations problem
Hi Marianne, It is simpler than it seems: DATA NEED; set temp; new_variable=catx(',', catx('-',col1,col2), catx('-',col3,col4), catx('-',col5,col6), catx('-',col7,col8), catx('-',col9,col10)); run; Daniel Fernandez Barcelona -----Mensaje original----- De: SAS(r) Discussion [mailto:SAS-L(a)LISTSERV... 11 Nov 2009 12:21
Comparing SSNs - how different are they?
Richard, You may be able to achieve what you want with the compged function. See, e.g., http://support.sas.com/documentation/cdl/en/lrdict/62618/HTML/default/a00220 6133.htm or, in short form: http://xrl.us/bf3mzr Art ------- On Mon, 9 Nov 2009 17:03:24 -0800, Hoskins, Richard E. (DOH) <Richard.Hoskins@... 10 Nov 2009 02:37
Memlib is weird
I set the OS x64 win2003 and sas9.2 x64 version. settings: -CPUCOUNT 4 -THREADS -sortsize MAX -catcache 0 -BUFSIZE 16M -BUFNO 0 -MEMMAXSZ 3G -MEMSIZE 0 -MEMBLKSZ 80M then I test the speed of memlib by sorting and comparing with Ramdisk,which should be at half of the physical memory,'cause of the dr... 9 Nov 2009 07:45
Delete adjacent obs with repeated info
data have; input id $ date:MMDDYY12. price; format date date9.; if lag(id) ne id or lag(price) ne price then group_id+1;; cards; a 1/1/2009 3 a 1/2/2009 3 a 1/3/2009 3 a 1/4/2009 0.30 a 1/5/2009 0.29 a 1/6/2009 3 a 1/7/2009 3 a 1/8/2009 0.62 a 1/9/2009 0.84 a 1/10/2009 0.33 b 1/1/2009 0.48 b 1... 9 Nov 2009 12:10
First  |  Prev |  Next  |  Last
Pages: 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171