First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
Histogram with gplot
Hello I would like to create a histogram with several variables plotted against the horizontal variable. Now, this can be done using gplot and a wide needle; something like the following: symbol1 i=needle v=none w=32 color=red; symbol2 i=needle v=none w=32 color=blue; proc gplot data= bot; ... 26 May 2010 10:14
Very High Odds Ratios from proc logistic
Dear all: I have this logistic model that is producing very high odds ratio. I have checked(& purged) all my predictors for missing values thinking they maybe to blame; but not headway. Has anybody encountered this problem before? My working code: proc logistic data=girls; class race mstat(ref='2'); ... 26 May 2010 15:48
Help needed regarding the urgent task.
I have six variables like id region code month nrx trx 101 r1 s1 200903 12 24 101 r1 s1 200904 12 27 101 r1 s1 200905 10 26 101 r1 s1 200906 10 22 101 r1 s1 200908 12 24 101 r1 s1 2009010 12 24 101 r1 s1 2009011 12 24 101 r1 s1 2009012 12 24 101 r1 s1 200812 12 24 101 r1 s1 200811 12 23 101 r1 s1 20081... 25 May 2010 14:38
SAS macro variable
Hi, I have the following LET statement : %LET test = %SYSFUNC(CATX(%STR(), inputfile,12)) ; %put &test ; the result is inputfile12 and this is correct. When i use %LET test = %SYSFUNC(CATX(%STR(), inputfile,04)) ; %put &test ; then i get inputfile4, but i want inputfile04. How can i solve this?... 26 May 2010 14:41
Announce: Roland's SAS Macros website to be reorganised
I will soon start reorganising my Roland's SAS Macros web site. I will put Spectre (Clinical) in its own subfolder and put RGPP (Roland's Graphical Patient Profiles) in its own subfolder as well. I will expand out Spectre so you can browse all the pages (at the moment it is an eBook that you have to download and in... 25 May 2010 06:56
Query regarding ordering of alphabets using iml
Hi all, I have a data set which has a single column and 240 rows. In each column there are alphabets not in order. For ex. Obs Col1 1 BA 2 CAB 3 DBCA 4 CEBAD and so on.... Now I want to arrange this column so that in all rows alphabets should be in ascending order like this Obs Col1 1 ... 25 May 2010 06:56
DDE error unless Excel running
I'm using the following code to convert ODS html files into proper Excel files. It works fine if Excel (2007) is already running when I run the code. However, if Excel is not running I get an error message. I haven't used DDE much. Is this behaviour normal? Is there a better way to get Excel up and running? (I'm us... 27 May 2010 23:37
DOW Loop with multiple sum statements within by-group
I have financial data sorted by Stock_Code and Date. Each Stock_Code by-group has between 0 and 19 announcement dates, approximately 6 months apart. Announcement dates differ within a by-group and between Stock_Codes. Below is an example Timeline for each Stock_Code By-group: First.Stock_Code.......Announcement.... 1 Jun 2010 02:11
Siebel Configurator -- Atlanta GA -- 10+ Months
(Please note: If you are interested in this position and you have all skills experience which mentioned in requirement, so please update your resume as per the requirement and reply me at matt(a)netprologic.com / matt at netprologic dot com) Hi, Hope you are doing well, Please find this Requirement of our Dir... 24 May 2010 11:13
a very complex sas macro
I actually got this subject line as a search which led to my site from some very important people on the south coast of England. Sirs, I have just the macro for you. If you read it your heads might explode. And to make it even more complex, it calls many other macros as well. It is about as complex as sas macros co... 24 May 2010 15:41
First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48