First  |  Prev |  Next  |  Last
Pages: 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
Hex code
Dose any one know the hex code for a check box like: $B"" (B UPS to be printed using ODS. Thanks, Masoud ... 8 Feb 2010 15:39
SAS Connect issue.
Recently I have started experiencing issues with Remote Submit. I have previously had not problems but the issue started about Mid Jan of this year. I am running a Tunnel through PuTTy which hasn't changed and I am calling tcipunix.scr script which also hasn't changed. It looks like the process is timing out ... 8 Feb 2010 15:39
PROC SQL insert issue with macro variable
I am constructing a little dataset based on some variables using SQL but I am having a problem with inserting the data with the contents of a variable. This is what I have Test dataset created... %let testvar=XYZ; PROC SQL; insert into test; values ('test field text &testvar. '); quit; This .sas fil... 8 Feb 2010 23:39
How to solve this senario in datastep
Hi To all, I have data like, time level t1 t2 t3 1 se -0.4459 -0.6147822 0.212347412 1 low -0.3419 -0.7647873 -0.131827092 1 hig -0.2438 -1.1168602 0.0403563449 ... 8 Feb 2010 08:52
How to Make Sauce for dry dog food?
How to Make Sauce for dry dog food? If you have difficulty eating dog (s) dry dog food do not mix canned meat, try this neat little trick. We can use it with our three dogs and eat it! Step 1 Open a can of dog food and empty the mixer. Buy the cheapest canned dog food, you can find. The dog is from dry dog fo... 8 Feb 2010 07:46
How to include log-transformation in ARIMA-process in SAS?
Hi, I have a time series and the projected values (horizon: 50 years) should be greater then zero. Therefore I want to include a log transformation. However, the proc arima statement gives no possibility to do such a transformation. How can I achieve this, preferably in a standardized way? Thanks. ... 10 Feb 2010 00:08
ERRORABEND vs INVALID DATA LINES
Hi folks, on mainframe my job should end with CC > 0 when INVALID DATA LINES are detected!! However, I can not found any (system) option to do this?? see http://support.sas.com/onlinedoc/913/getDoc/nl/lrdict.hlp/a000279092.htm , which says: ERRORABNED does NOT affect invalid data lines Any suggestions? Regar... 8 Feb 2010 11:05
help with counting occurences of a string
Hi, I suspect you may solve your problme by ensuring you do not have any trailing spaces or other spacial characters and probably using upper case as a standard. something like: if upper(compress(topic_code))="01AI" then tc_1ai=3Dcount; Eli ... 8 Feb 2010 04:31
How to get SE bars in plot using mean values
HI To all, I have a data like I have variables like 'geomean' id Gemotric mean time point varaible and trt varaible having 1 and 2 values. TIMEPT TRT ESTIMATE STDERR PVAL LOWER UPPER GEOMEAN tpt 1.1 1 -0.2978 0.1266 0.0245 -0.5549 -0.0407 0.5037 0.9 1.1 2 -0.2148 0.1232 0.0903 -0.4652 0.0356... 8 Feb 2010 02:21
Surprised that the case statement in proc sql does not support lists
Hi SAS-Lers, proc sql; select name ,case (age) when (15,16) then '1516' else 'XXXX' end as err from sashelp.class ;quit; The code above results in an error proc sql; select name ,case when (age in (15,16)) then 'XX15' else 'XXXX' end as err from sa... 7 Feb 2010 09:45
First  |  Prev |  Next  |  Last
Pages: 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124