First  |  Prev |  Next  |  Last
Pages: 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
Macro variable comparison
Hello, I have a macro variable &mmm that resolves to "3" (not 3!) I want to make a comparison of the form: %eval(&mmm<2) I got TRUE mmm is interpreted as string How do I cause the comparison to interpret &mmm as 3 and not as "3"? Or, how do I cause &mmm to resolve to 3 (and not "3")? I have used ... 27 Dec 2007 14:00
Libname Error
Guys can u help me out with this LIBNAME fin_mgt DB2 DATASRC=postg011 SCHEMA=FIN_MGT USER="$SH0" PASSWORD="Football1" ; the error i am getting here is as following.... ERROR: CLI error trying to establish connection: [IBM][CLI Driver] SQL30082N Attempt to establish connection failed with security... 24 Dec 2007 13:17
Chronic Disease Score (Von Korff) syntax/algorithm
I am looking for the Chronic disease score (or Von Korff or CDS score) syntax. It's based on pharmacy prescription data and uses the AHF codes. If anyone can directly email it to me (to save google delays). Thanks, ... 21 Dec 2007 14:24
Unable to initialize the tkEAF provider.
Trying to run a process on the SAS windows server itself, as a prelude to scheduling the job. It runs fine from my local copy of Enterprise Guide, but fails on the server, with the following error: 13 libname HOUSE meta libid=A59BZJKE.AP0008HQ; ERROR: Unable to initialize the tkEAF provider. ERROR: Erro... 21 Dec 2007 10:58
Need some help - P&C Insurance Indusrty Quest
To SAS-Lers, I am currently working with a software vendor who is developing a TRUE Text Mining Analytical Tool that can READ and UNDERSTAND text. I was extremely impressed with the demonstration they showed to me, and immediately I saw a multitude of applications where this technology can be applied to a wide... 21 Dec 2007 09:15
From numeric SAS date to YYYYMMDD format
Lene Blenstrup writes I'm trying to merge two files by date of birth, but they are not alike.. In one file it's a numeric SAS date (as I understand it, number of days since 1.1.1960!?) and in the ohter it's a character variable in the format YYYYMMDD Hope, that someone could tell me how to transfor... 20 Dec 2007 13:05
LIBNAME XML and "binary" char data
Hi, all, I'm exploring the LIBNAME XML engine, and the following test code in particular: options nocenter noxwait xsync; %put ENCODING=%sysfunc(getoption(encoding)); data tmp ( encoding = latin1 ); length char $1 htmlencode $20; do ade = 0 to 255; char = byte( ade ); htmlencode = htmlencode( cha... 10 Dec 2007 00:34
SAS for Linux Ubuntu
On Oct 11, 12:37 pm, mehdi_soleym...(a)SOFTHOME.NET (Mehdi Soleymani) wrote: recently I moved to Ubuntu, and installed SAS successfully. However I was wonder if there is any enhanced editor under Linux? Hi Mehdi, How did you install SAS on Ubuntu? What version of JRE did you install to be able to spawn the ... 10 Dec 2007 00:33
inverse mill's ratio
Qlim will output the inverse mills ratio for continuous variables, but not binary variables. Here's a link explaining this. http://support.sas.com/kb/13/841.html -----Original Message----- From: SAS(r) Discussion [mailto:SAS-L(a)LISTSERV.UGA.EDU] On Behalf Of Omkar D. Palsule-Desai Sent: Wednesday, November 28, 2... 10 Dec 2007 00:33
Convert Datetime data from ASCII code to SAS Datetime
150 data _null_; 151 input ymddttm $16.; 152 sasDTTM = input(ymddttm,ymddttm.); 153 put (_all_)(=); 154 format sas: datetime13.; 155 cards; ymddttm=2006-01-12 12:24 sasDTTM=12JAN06:12:24 ymddttm=2006-01-12 12:25 sasDTTM=12JAN06:12:25 This assumes that the datepart is YYYY-MM-DD. ... 10 Dec 2007 00:32
First  |  Prev |  Next  |  Last
Pages: 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189