First  |  Prev |  Next  |  Last
Pages: 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
how to solve this senario-time formats
Hi To All, I have a datalike PATID DOSEQ LDOSE RDOSE 01S0001 1 09:21 08:52 01S0001 2 11:14 11:15 01S0001 3 14:21 14:33 01S0001 1 08:37 08:38 01S0001 2 11:08 ... 15 Dec 2009 10:02
minimum value
Hi All, I have data have and i want to get data want. the logic is for the val1 to have the minimum value of val at a particular asm comparing with previous asm. data have; input sub asm val; datalines; 1 0 45 1 1 22 1 2 12 1 3 32 1 4 48 1 5 29 1 6 9 1 7 33 2 0 23 2 1 2 2 2 44 2 3 7... 15 Dec 2009 11:09
Sas DDE Excel
Hello Sas-Users, I want to use the Sas DDE in order to put some Sas variable into an Excel Sheet. But unfortunately, I have a variable refering to a french amount (blanck). I don't know how to display the variables in the sheet correctly (program below). Thanks for your help. Ash007. proc format; pi... 15 Dec 2009 04:36
Creating Dummy Variables from Values of Variables (reformatted to
We have a dataset that has up to nine ICD-9 diagnosis codes in each record. We want to identify the top 50 (or 100 or 250) ICD-9 and construct dummy variables for the existence of those codes. Thanks to Dan Nordlund's reply to Trish Bous (at http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/c825... 15 Dec 2009 00:18
Creating Dummy Variables from Values of Variables
We have a dataset that has up to nine ICD-9 diagnosis codes in each record. We want to identify the top 50 (or 100 or 250) ICD-9 and construct dummy variables for the existence of those codes. =20 Thanks to Dan Nordlund's reply to Trish Bous (at http://groups.google.com/group/comp.soft-sys.sas/browse_thread/t... 15 Dec 2009 00:18
how to find out the last obs
hi,all, now I have a dataset like that: date trade 1991-02-10 15 1991-02-16 25 1991-06-25 36 1992-02-25 23 1992-06-12 54 the problem is I want to find out the trade every month of every year. can help me? thanks ... 15 Dec 2009 12:15
help w do loop
Nicole, You seem to declare numeric array and use its elements in INDEX() function. INDEX() function needs only character arguments. On Mon, Dec 14, 2009 at 8:34 PM, Nicole Bibb <nicole.bibb(a)blueshieldca.com>wrote: I still can't get this to work correctly. I need to get cvar(j) and the others to resolve... 15 Dec 2009 16:42
The Woes of PROC IML
Lewis, Unfortunately, I'm not familiar with IML. However, that said, can't you solve your problem by using the keep data step option in your 'use' statement? E.g., use mydata (keep=x1-x50); HTH, Art --------- On Mon, 14 Dec 2009 20:00:27 -0500, Lewis Jordan <lewjord(a)UGA.EDU> wrote: I have searched an... 15 Dec 2009 02:28
About sgpanel
Hi All, I have a problem with the SGPANEL procedure. I am trying to produce boxplots but I keep getting a message that the variables should for the "by" and "panelby" statements. I have done this and the message still occurs. the general form of the procedure I am using is:- proc sgpanel data=ds1; by tr... 14 Dec 2009 21:02
Array use?
I am wondering if I can use an array function to get to the desired results, I am not very familiar with arrays so I appreciate any help I can get. I have this dataset: Record ID1 Code1 Claim1 ID2 Code2 1 123 666 yes 2 128 777 no I need to look at each rec... 19 Dec 2009 03:02
First  |  Prev |  Next  |  Last
Pages: 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157