First  |  Prev | 
Pages: 184 185 186 187 188 189 190 191 192 193 194
Help - SAS MACRO with a sign-on to UNIX using RLS LIBNAME.. is this a SAS bug... .. if not how to fix ?? TIA !
%LET USERID=zzzzzzzzz; %LET PASSWORD=xxxxxxxx; OPTIONS COMAMID=tcp REMOTE=sna3; FILENAME rlink 'F:\MAIN\SUBDIR\sna3_without_prompt.scr'; SIGNON sna3; RSUBMIT; LIBNAME _sasdb '//sasdb/some/place/dev/database/'; ENDRSUBMIT; LIBNAME ONUNIX SERVER=sna3 SLIBREF=_SASDB; %let dsname=ONUNIX.names; ... 8 Mar 2006 01:55
A couple of quick PROC GPLOT questions
1. Is it possible to specify a fill color for bars produced using the interpolate=hilob specification on a symbol statement? 2. Is it possible to control the width of href & vref lines? TIA, JW ... 8 Mar 2006 22:20
Confidence/Prediction Interval error w/ linear regression
Hello all.. I'm working on some single variable linear regressions, and would like to compute a confidence interval and a prediction interval for my data. If I compute them by hand, they are coming out different from the clb/cli intervals in SAS. I was told by a friend simply that "SAS doesn't compute predicti... 13 Feb 2006 18:05
Is There a Procedure Like "PROC SURVEYCORR"?
Hi, I'm trying obtain Hoeffding and Spearman correlations of a set of numer= ic variables with a dummy response variable as follows: ods output spearmancorr=3D spearman hoeffdingcorr=3D hoeffding; proc corr data=3D diff3.dvlpmnt_small_by_is_trtmnt spearman hoeffding r= ank; var &al... 6 Feb 2006 08:26
deleting macro variables with the %SYMDEL statement
The %symdel statement can be used to delete macro variables from the global symbol table. Here is a piece of code you probably can submit, I guess the table sasuser.courses is a part of the SAS release. proc copy in = sasuser out = work; select courses; run; options symbolgen mprint mlogic; %macro p... 10 Jan 2006 15:33
SAS Dates
Oh, The Horror, The Horror... SAS Date conversions. I don't get it, I don't get it, I don't get it. Did I tell ya that I don't get it. I have tried, but I don't get SAS Date conversions. I know that a SAS date is some number from 01Jan1960. After that, it's all down hill. :-( I have a Date field that the r... 21 Oct 2005 12:16
DDE Error
Hi All, I am trying to execute a SAS code where the output is through DDE function. Its showing me the error: ERROR: DDE session not ready. FATAL: Unrecoverable I/O error detected in the execution of the data step program. Aborted during the EXECUTION phase. Any idea why this error is occuring? The code... 21 Oct 2005 22:09
The system cannot log you on due to the following error. Not enough resources are available to complete this operation
Dear SAS Users, I have "SAS (r) Proprietary Software Release 8.2 (TS2M0)" runing on "Microsoft Windows Server 2003 Standard Edition". I am getting the following message while logging into my SAS session and can't log in. "The system cannot log you on due to the following error. Not enough res... 17 Oct 2005 15:07
ods error
All, I am using ODS to generate some documents(.xls format) in SAS9 on Pc windows. I run the report program first time, it works well. However, when I run the program for the second time, it pop up a window, the head of the window "asdas", the context of the window "register failk", and then I press the "ok" but... 17 Oct 2005 02:07
lock dataset?
I am having a problem where I get the following error: ERROR: A lock is not available for DATA.INSMATCHED.DATA, lock held by another process. If I create a new directory and new libname and copy the dataset to that new directory then I can run it again. Also, the work directory has a locked file that looks li... 4 Oct 2005 06:10
First  |  Prev | 
Pages: 184 185 186 187 188 189 190 191 192 193 194