ANN: New article, JAVAOBJ webio031 (6/16/2009 5:44:43 PM) comp.soft-sys.sas A Proc HTTP alternative... http://www.sascommunity.org/wiki/JAVAOBJ_webio -- Richard A. DeVenezia http://www.devenezia.com ... Richard
All combinations142 (6/16/2009 3:14:54 PM) comp.soft-sys.sas > On Monday, June 15 2009, 09:25 pm > Terry from Boston wrote: > I've been thinking about a question for many days. If you can answer, that would be appreciated. For a set of n variables (v1...vn), I want to li... rdevenezia
Re: Hierarchical data - return all downstream nodes for a given #6022 (5/28/2009 10:57:50 PM) comp.soft-sys.sas On May 26, 8:12 pm, Tree Frog wrote: > Hi there > > I have data (simplified below) representing a parent-child hierarchy. > > Given a single value of id as a parent, I need to determine the keys > of all downs... rdevenezia
Re: Hash or SQL to perform many to many merge with date range017 (5/24/2009 12:35:26 PM) comp.soft-sys.sas On May 24, 12:20 am, rob wrote: > Dear all, > > I wish to perform a many to many merge using a date range. > I could do this several ways using proc sort / data step or > perhaps even sql. > > However, due to ... rdevenezia
ANN: New article, A Tagset for Parsing RTF042 (5/22/2009 4:51:18 PM) comp.soft-sys.sas .... The features of tagset programming can be utilized to perform an operational task totally unrelated to handling output delivered by SAS procedures. The following tagset, eeRtfToHtmlTranslator, was writte... Richard
Re: Extract subset #6037 (5/21/2009 4:08:13 PM) comp.soft-sys.sas On May 21, 8:46 am, gc_su...@YAHOO.COM (Suren gc) wrote: > I have a data from which I want to get the subset where Sending is same but > receiving is different. A simple SQL query will work. data mydata; inpu... rdevenezia
Control the Results Viewer ?027 (5/11/2009 7:18:01 PM) comp.soft-sys.sas When I run ODS code, the result viewer opens the output automatically for me. ods rtf file="%sysfunc(pathname(WORK))\sample.rtf"; proc print data=sashelp.class; run; ods rtf close; Now suppose I have so... Richard
Re: How to preserve all values that are duplicates, #2019 (5/9/2009 3:56:22 PM) comp.soft-sys.sas On May 9, 10:34 am, Anaconda wrote: > How do I take care of all datavalues of values that are duplicates, > including the one that is not a duplicate, but a primary key-value? > How do I take care of all three... rdevenezia
Re: First and Last Observations. #5027 (5/9/2009 2:27:06 PM) comp.soft-sys.sas On May 9, 7:31 am, randista...@HOTMAIL.COM (Randy) wrote: > Dear Richard and Art: > I do not have SAS 9.2...just 9.1.3. > Also, the data is just sorted by time. > Any suggestions. Hi Randy: This is an ... rdevenezia
Split Dataset340 (6/25/2009 7:22:53 AM) comp.soft-sys.sas Hello SasUsers, I have a dataset which have a variable named X, this numeric variable has either '1', '0' or '.'. I want to split this dataset in order to have several dataset between 1 and 0. X .. .. .. 1 .... ramsamyashley(267)
Complex data rearrangement problem116 (6/29/2009 1:22:53 PM) comp.soft-sys.sas This is a continuation of a post I sent in a couple weeks ago, but clarified, both by the researcher and by me. At least, I hope it's clarified! The data started in Excel, and it may be that the solution is t... peterflomconsulting(1176)
Symput an Array or an alternative?217 (6/30/2009 4:46:53 PM) comp.soft-sys.sas I=92m putting some code together for some practice (new to sas). I want th= e program to run statistics on all the data files of a selected library. To do this I=92m planning on doing the following: 1) ... cjohns38(54)
Sas data manipulation #2131 (6/30/2009 4:49:15 PM) comp.soft-sys.sas Hello All, I was wondering if someone can help me manipulate the data, I have the following, ID shop days 1 1 1 1 1 1 1 2 1 2 1 4 2 2 1 2 2 1 for each id I want the unique shop... daveyboysmith_123(15)
how to sum the previous 3 records141 (6/30/2009 4:54:09 PM) comp.soft-sys.sas Hi, I have a dataset having the first three columns. Now, I want to add the last three records together if there are data. The original data and the finished would like the following. hour cost sum_of_last_3 1 ... zhangyiosu(7)
deleting variables in SAS121 (7/3/2009 10:43:07 AM) comp.soft-sys.sas Hi, How could I get a subset of variables from a dataset that fullfill a condition? For instance, if I want to retain only variables where the number of values (in the variable) that equals 0 is less than 30%.... jmr.llanes(3)
SAS Macro Problem #3238 (6/23/2009 2:12:42 PM) comp.soft-sys.sas I made the following macro, my intention is: if there is a color as coded in the ref# then a new field ref#_color will be created. Instead of giving me result in ref1_color, ref2_color .. ref3_color, SAS only... pearsonmelody(50)