First
|
Prev |
Next
|
Last
Pages: 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
Learning Edition and Windows & Hi SAS-L! Has anyone installed SAS Learning Edition for Enterprise Guide on a Windows 7 computer? If so, I have a series of questions: I am told that the computer must be able to support Virtualization. Are you using such a set up? What version of Windows 7? Home or Professional series? What Processor I3, ... 19 Feb 2010 13:14
MACRO VALUED OPEN FUNCTION ERROR XXXX Hello, I receive the following error when attempting to use the OPEN function after modifying a ds in a DATA step even after the DATA step executes with both RUN & QUIT statements. Any ideas? (BTW, the supplied statements are contained in a larger macro). ERROR: You cannot open WORK.TEMP1.DATA for output acc... 19 Feb 2010 12:06
Interesting post about SAS and the Pharmaceutical Industry on On Wed, 17 Feb 2010 15:05:34 -0800, xlr82sas <xlr82sas(a)AOL.COM> wrote: Hi All, http://n4.nabble.com/Use-of-R-in-clinical-trials-td1559402.html#a1559402 http://tiny.cc/EY0tK Regards One thing to note in the posting from the link you provided (i.e. that goes to the stata list), is the comment on "P... 18 Feb 2010 19:35
graph: fill area between series lines I have a simple line graph, but have been asked to fill the area between the lines. This has me stumped. I have tried additional NEEDLE statements the seem close, but need something more along the idea of an AREA statement (which does not exist in PROC SGPLOT). The two lines graph the percentage of indivudi... 25 Feb 2010 12:31
put the space in data step Hi, I have the following data data have; length char $200.; infile cards dlm= '#'; input num char $; cards; 1 #body mass index (BMI)can be determined #by the following calculation: # Weight (kg) #BMI= -------------- # [Height (m)]² ;;;; if I use the proc print the data then ... 18 Feb 2010 18:28
Convert to numeric where Date field Numeric and Character I have a date field can be numeric and populated or character and blank (only these 2 scenarios) if it's populated it has this format MMDDYY10. numeric and if it's character then it's just blank. so what i need is for the numeric date to look like this: Numeric, Length 8, Format 11. and look like 20100214 ... 18 Feb 2010 16:14
Date Format issue I am looking to convert a date to this in order to merge with another table: Rxa_date Numeric, Length 8, Format 11. and looks like 20100214 I have 2 fields in another table that are dof_date1 and dof_date2: If one of them is populated then it is Numeric, Length 8, Format MMDDYY10. , and looks like 02/14/2010... 18 Feb 2010 16:14
Convert Character into numeric I have to guess you have a funny character on one end or the other of the string. 8. will probably read in the 8 digit long numbers but not the shorter ones. Try acct_nbr=input(compress(account_number,,'kd'),best.); -Joe On Thu, Feb 18, 2010 at 9:51 AM, Tom White <tw2(a)mail.com> wrote: Hello SAS-L, ... 19 Feb 2010 21:05
Convert Character into numeric Hello SAS-L, I am strugling with converting an ACCOUNT_NUMBER variable with format and= informat $9. Wjen I count the length of this variable it varies from 4 digits to 9 digi= ts. Yet, when I look at a 4-digit account_number [L=3Dlength(account_number);= L=3D4] the actual account_number has only 3 digits. S... 18 Feb 2010 11:41
Datetime prob in DI sudio Hi All, I have a dataset containing Start_Date and End_Date variables which are in datetime format (i.e., 10Jan2010:00:00:00) and this dataset contains one year data. Now I pulled this dateset in to DI studio and created target dataset. Here I am in need to create a variable called 'period' and based on this p... 18 Feb 2010 11:41 |