_type_ and related material040 (6/24/2003 3:07:36 PM) A recent problem I had was resolved by Tech Support and involved an argument with drop _type_ . While the solution worked, I am not at all clear as to HOW or WHY it worked. Does anyone know of a SUGI paper or... flom(915)
Re: vname, assigning character variable to itself181 (6/24/2003 2:38:59 PM) Don, Thanks for the quick reply. In this respect, I made this observation/test: 1 data one; 2 length a c $4. b$8.; 3 a="WWWW"; b=c||' '|| a; 4 put b=; 5 run; NOTE... Janis.Jekabsons(14)
vname, assigning character variable to itself368 (6/24/2003 10:41:42 AM) Hi group, I would like to get the names of all variables ending in "MTRM" using something like this: data _null_; set &_pricedat; length mtrm $200.; mtrm=''; if _n_=1 then do; array vars(*) _numeric_; do i... Janis.Jekabsons(14)
Percentages in proc tabulate0110 (6/24/2003 2:31:34 PM) Folks I noticed that I get different results for the following 2 table definitions but I was under the impression that they should be the same: Basic table definition is the same for both - only highlighted l... fernley.symons(1)
connect to sql server190 (6/23/2003 9:50:46 PM) Hello, I am trying to connect sas to a remote sql server database and would like to know the proper syntax for doing so. when i try using sas help i get the following errors when i use the info: libname sql... nkrishna(1)
STRICTLY CONFIDENTCIAL049 (6/24/2003 1:58:55 PM) STRICTLY CONFIDENTCIAL Dear Sir, I am MR USMAN BELLO, an Accountant with The Nigerian National Petroleum Corporation (NNPC). We(my colleagues and I) have the total sum of Twenty-Eight Million United States dol... usman_bello(1)
Antwort: vname, assigning character variable to itself041 (6/24/2003 1:53:22 PM) Hi Janis, if I got your problem right, you want to have a macrovar containing a space delimited list of all variable names beginning with "MTRM". I'd go with the dictionary tables and proc sql. My example assu... gunnar.keen(4)
Re: Newey- West procedure097 (6/24/2003 1:43:45 PM) Try the following: fit st/gmm kernel=(bart,3,0) This seemed to work on: proc model data = sashelp.citiqtr; gdp = b0 + b1 * bpb; fit gdp /ols; parms b0, b1; run; proc model data = sashelp.citiqtr; ... BanCheah(21)
Biostatistics JOB: Philadelphia area, PA049 (6/24/2003 1:32:33 PM) Prosoft Software Inc., a SAS Alliance Partner and biostatistics consulting firm, has an opening at its Philadelphia area office for a mid-level Clinical Biostatistician. Candidate will be responsible for writi... rom1(1)
SESUG '03 - Effective, Inexpensive Workshops045 (6/24/2003 1:03:33 PM) SESUG is working hard to be the best educational opportunity in the region this year. We’re planning over 130 paper presentations over the 2-1/2 days of the conference; plus, we’ve been able to recruit several... sesug03(1)