How to add 'files' directory in Enterprise Guide Hi, I would like to know if it's possible to add some directories in the panel Server List of SAS enterprise Guide 4. By default, the connected user access to E:\!username\ directory. (it is configured into sas.cfg file). The users can store thier own programs to this directory. Now, I would like to create a ... 3 May 2010 16:28
SAP Technical SME -- MO (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 Direc... 29 Apr 2010 11:14
tukey's adjustment how can i produce means grouping by letters (i.e a, b, ab, c ...etc) in SAS proc mixed. thanx ... 29 Apr 2010 00:13
Weird ET pattern. Hi people, I was doing some benchmarking of a Hash data step Vs a Proc SQL, both summing two variables BY one variable and noticed that the elapsed times followed a distinct, and weird, pattern. Running the two pieces of code two at a time, ie SQL, SQL, hash, hash, SQL, SQL etc the following pattern emerged; The... 30 Apr 2010 21:52
Solution Architect -- Brooklyn NY -- 12 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) Hi, Hope you are doing well, We have an immediate requirement for Solutions Architect Please send r... 28 Apr 2010 14:00
The Grand Total Sum... Hey. I would like to sum all observations and all variables into one figure. I have a table with an unknown amount of variables and unknown variable_names and an unknown number of observations. I would like the total sum of all variables and all observations in this table (they are all numeric, and they all co... 28 Apr 2010 09:27
SAS in iPad? Hi everyone. Just wondering if we can install SAS in iPad. Thanks. Have a good week. ... 28 Apr 2010 18:35
How to merge tables without common variables ? Hi all, I have the following 2 datasets. data one; id = 1; var1 = 4; output; id = 1; var1 = 1; output; id = 1; var1 = 3; output; id = 2; var1 = 14; output; id = 2; var1 = 24; output; id = 2; var1 = 38; output; run; data two; name = 'a';output; name = 'b';output; name = 'c';output; run; Re... 28 Apr 2010 11:42
zipcode distance caculation Hi All, I am working on a zipcode dataset and I think there is a macro that does the following? I have a bunch of zip codes and I would like to know if any of the other zip codes is within x miles of distance of one particular zip code in the file. I know I can work in alternative ways but a macro would come handy.... 28 Apr 2010 15:09
Weird issue in DHMS function when used in Proc SQL Hi All, I came across this issue when I tried using DHMS function in PROC SQL. Below is code used proc sql; CREATE TABLE temp1 AS SELECT A.*, DHMS(TEMPDT, HOUR(TEMPTM), MIN(TEMPTM), SECOND(TEMPTM)) AS TEMPDM FORMAT = DATETIME20. FROM TEMP A ORDER BY SUBJID, TEMPDT, TEMPTM; QUIT; ... 27 Apr 2010 17:55 |