First  |  Prev |  Next  |  Last
Pages: 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
assigning keys
I want to run: proc fsedit data=Temp.ProgDescriptions screen=sasuser.screens. ProgDescriptions; run; by assigning it to a key, e.g. alt+f1. How can I do that? Thanks, Masoud ... 2 Mar 2010 10:06
CONVERTING a ".sas" file into ".dat" file
hello , i use the codes first to import from excel and second to convert from .xls to .sas format .But I need to have the data in .dat format.Kindly guide :- (1) PROC IMPORT OUT= WORK.MARCH DATAFILE= "c:\Sas\MARCH.xls" DBMS=EXCEL REPLACE; SHEET="march$"; GETNAMES... 2 Mar 2010 07:51
collin in SAS
Hello , please help me . I'm getting an error in the code :- data sales; infile 'c:\Sas\sales.sas7bdat'; input Score Ghz Price Processor Memory Disk Video Battery; proc reg simple corr; model Score = Ghz Price Processor Memory Disk Video Battery / stb tol vif collin; proc print data = sales; run; Er... 1 Mar 2010 23:10
export SAS graph into powrpoint
Hi all, i am looking for a way to export SAS graphs into PowerPoint, so i will be able to change font type and size, re-size line thickness, change line colors, etc thanks so much, hussein ... 1 Mar 2010 17:35
export SAS graph into PowerPoint
Hi ALL, How to export SAS graph into PowerPoint, thanks hussein ... 1 Mar 2010 17:35
How to delete rows in a sas dataset
Hello, So I have a longitudinal dataset with multiple observations. One variables is whether subject had surgery at a certain time point: character categorical variable (Yes, No). So the observation is Y if the person had surgery and the rest are N. Since I do not want to look at independent variables after su... 2 Mar 2010 10:05
macro %StrSrch
On Mar 1, 7:24 am, yom...(a)GMAIL.COM (yom) wrote: Dear all, I am looking for the macro %StrSrch which allows to find and replace any string in text files. The macro is explained in this paper :http://www.lexjansen.com/pharmasug/2006/technicaltechniques/tt04.pdf Is there a similar macro that you know wh... 1 Mar 2010 12:31
macro %StrSrch
Dear all, I am looking for the macro %StrSrch which allows to find and replace any string in text files. The macro is explained in this paper : http://www.lexjansen.com/pharmasug/2006/technicaltechniques/tt04.pdf Is there a similar macro that you know which allows to do it. Thank you very much in advance for ... 1 Mar 2010 11:22
Box Plot for multiple variables
In general , to produce Box plot we use PROC BOXPLOT DATA=SAS-data-set; PLOT analysis-variable*group-variable </options>; RUN; I'd like to know if its possible to produce box plot as in SPSS when I've say 7-8 variables.Could u give an e.g. regards , markc ... 1 Mar 2010 06:58
Log Error
kindly help me in Log Error:- libname sc 'c:\Sas'; proc reg data=sc.sales; Model Score=Processor Memory Disk Video Battery / selection=stepwise sle=.05 sld=.05; plot student.*(Processor Memory Disk Video Battery); plot student.*predicted.cookd.*obs.; plot npp.*residual.; run; quit; log is :- 3... 2 Mar 2010 05:41
First  |  Prev |  Next  |  Last
Pages: 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106