First  |  Prev |  Next  |  Last
Pages: 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
Running repetitive macro plugging in different file names
Hello all, I have a SAS file that has about 25 PROC IMPORT commands. The syntax is: PROC IMPORT OUT= WORK.DoctorSurvey DATATABLE= "DoctorSurvey" DBMS=ACCESS REPLACE; DATABASE="W:\SASfiles\myfiles\Teleform.mdb"; SCANMEMO=YES; USEDATE=NO; SCANTIME=YES; RUN; The... 5 Mar 2010 16:12
Return the name of the file currently open in the Enhanced Editor
Hi there, Is there any function that returns the name of the file currently open in the Enhanced Editor window? For anyone who's interested, what I'm trying to do is have a toolbar button that will modify the currently open file depending on its content. My idea was to do the following steps: 1. save the cu... 5 Mar 2010 15:04
Quantile regression
--- On Thu, 3/4/10, Pakcha Sharma <pakcha(a)GMAIL.COM> wrote: From: Pakcha Sharma <pakcha(a)GMAIL.COM> Subject: Quantile regression To: SAS-L(a)LISTSERV.UGA.EDU Date: Thursday, March 4, 2010, 5:43 PM Hi all, I am trying to do quantile regression with data from a survey. Each record has sampling weig... 5 Mar 2010 15:04
Return the name of the file currently open in the Enhanced
Does this do what you need? %sysget(SAS_EXECFILEPATH) -Joe On Fri, Mar 5, 2010 at 12:03 PM, js8765 <js8765(a)googlemail.com> wrote: Hi there, Is there any function that returns the name of the file currently open in the Enhanced Editor window? For anyone who's interested, what I'm trying to d... 5 Mar 2010 15:04
Percent of total & Rank
I have this dataset State Color count_var AZ red 10 AZ green 2 CA red 5 CA yellow 8 I need to rank each color for each state and add % of count_var they had in that state so the outcome will be Color State Rank % of count_var Red AZ ... 8 Mar 2010 09:40
Annotated Graph Problem
On Mar 4, 2:22 pm, procconte...(a)GMAIL.COM (SAS_learner) wrote: For a graph Change from Base line I need to put a number  close to the bar which shows the number of days from baseline to the best response. To put them I am doing something like this. I do not like this solution at all as this is hardcoding th... 5 Mar 2010 13:56
Windows search facility does not find a word or phrase in .SAS
Windows search facility does not find a word or phrase in .SAS file. =20 solution: http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;309173 =20 This fix involves editing the registry. Use the instructions that are under the file extension list in Method 1. =20 To resolve this problem for ot... 5 Mar 2010 12:48
ERROR: Read Access Violation In Task (SQL)
This looks to be an ODBC issue. Can you access this data using ODBC from applications other than SAS? Take SQL out of the loop and just access the data with a DATA step. data Synopsis_TransHist ; set a1.FHPR_PR_TransHistory ; run; I doubt it will help, but it might be that SQL is too smart and is trying t... 5 Mar 2010 13:56
advice about SAS coding level displayed on the video
hello i would be seeking advice about SAS coding level displayed on the video http://www.youtube.com/watch?v=bGwiULm0dsA any comment is welcomed many thanks ... 5 Mar 2010 17:20
Quantile regression
Hi all, I am trying to do quantile regression with data from a survey. Each record has sampling weight to represent the whole population. I am just wondering if PROC QUANTREG can be used for the survey data. Does it compute the correct standard error for the estimates if I specify sampling weights through the WE... 4 Mar 2010 21:24
First  |  Prev |  Next  |  Last
Pages: 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101