10% off "Power User's Guide to SAS Programming" until April 30 Hi everyone, Discounts are available from Lulu.com this month on my latest SAS-related book, "Power User's Guide to SAS Programming": - Go to the page for "Power User's Guide to SAS Programming" on http://stores.lulu.com/hollandnumerics . - Click "Buy" and enter code "SHOWERS" at checkout. - You will save... 3 Apr 2010 08:13
oracle dmp Hi, Has anyone come across a sas program which can read an oracle dmp file into a sas dataset? Data base administrators prefer providing a dmp file rather than providing an unload file. Pointing to any SUGI paper or any other documentation is appreciated. ~Ram ... 2 Apr 2010 23:40
repeated measures proc mixed hi all' i have 4 treatments with for replication for each treatment, from each replication i took 9 samples from day 0 through day 8. i tried many times to analyze my data with proc mixed as repeated measure in time. unfortunately i'm not so good in sas. do any have suggestion for sas syntax for this case and i a... 2 Apr 2010 01:44
Perl Regular Expression (PRX) Hi, Is there a PRX pattern that some one came across for to identify valid US Drivers License? Thanks!! ~Ram ... 1 Apr 2010 19:07
The problem with sorting MONYY7. data Hi all, I have a column "date" with type MONYY7. eg. Jun2004 Apr2001 Apr2004 . . When I sort the data by "date", the order is by alphabetical order of the initial not by its time order.Then the result is like: Apr2001 Apr2004 Jun2004 How can I sort it ... 1 Apr 2010 20:13
using functions with two dimensional arrays array cns (15,72) c1s1994--c1s2065 c2s1994--c2s2065 c3s1994--c3s2065 c4s1994--c4s2065 c5s1994--c5s2065 c6s1994--c6s2065 c7s1994--c7s2065 c8s1994--c8s2065 c9s1994--c9s2065 c10s1994--c10s2065 c11s1994--c11s2065 c12s1994--c12s2065 c13s1994--c13s20... 2 Apr 2010 01:44
how to export only few variables using proc export Hello guys, I have to export only a few variables from my entire data set into an excel file. Is there any option in proc export through which I can do this, without creating an intermediary dataset? ... 1 Apr 2010 12:22
DateTime field Okay, so I have two variables, one date and one time, both are in SAS dataset. Why is it that SAS doesn't have a function to combine them together to create a datetime variable? I could apply put function to each field, concatenate them, then input using datetime format. I could also multiply the date varia... 1 Apr 2010 07:53
Help needed to Concatenate variables in SAS Dataset into a new variable Hi I have a SAS dataset with variables COL1, COL2 etc. The number of these can vary. I want to concatenate all of then into a new COL variable. Can you help. ... 1 Apr 2010 19:07
Data Cleaning with SAS Hello, I have a dataset from a survey that is receiving new participants continuously, and I add those records to the database once a week or so. Several of the questions have answers that should skip other questions, and instead of them having zero values, I want to assign a 999 (for n/a) to those questions. ... 1 Apr 2010 11:15 |