First  |  Prev |  Next  |  Last
Pages: 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
How to print the results only to ODS files but not to the output window
I wrote a loop macro, which will created more than 1000 files. I don't want them to be printed in the output window. However, if I put noprint option in the statement, the results can be written to the ODS either. Is there one way to only get the ODS file? Thanks! %macro charchar; %do i=1 %to &NObs; ... 25 Mar 2010 17:25
Test for the equality of coefficients
On Mar 9, 3:53 pm, lucy.c...(a)ASU.EDU (Lucy Chen) wrote: I run the same regression for two groups (group A vs group B).That is, Y = a1 + b1X (1) Y = a1 + b1X (2) where in equation (1), the regression is run in group A and in equation (2), the same regression is run in group B. I would like to test w... 10 Mar 2010 09:40
Check if a variable has any letter from A to Z. Is there a function for it? Thanks
On Mar 10, 5:33 am, Henry <chchanghe...(a)gmail.com> wrote: Hello there, I was wondering if there is a function that can help us to identify if there is a letter (no matter which one from A-Z) in a variable.  Of course the variable will be defined as character since it contains some letters in some obse... 10 Mar 2010 14:11
Data Manipulation
Hello All, Data Have year_month Name marks mean_marks 200901 jack 75 200902 jack 74 200903 jack 73 72.4 200904 jack 72 200905 jack 71 200901 jill 90 200902 jill 89 88 200903 jill 87 200904 jill 86 200905 jill 85 200906 jill 84 82 200907 jill 83 200908 jill 82 Data want -------------- year_mont... 10 Mar 2010 04:10
Proc Format
Hello , Could anyone please help me in the code error.I use :- PROC Format; VALUE $SameDayDelivery 1 = 'Yes' 2 = 'No'; RUN; /*Proportion of daily transactions that qualify for same day delivery*/ proc tabulate data = weekly_sales_revenues f = comma6.; CLASS LaptopModel ; VAR SameDayDeliver... 10 Mar 2010 04:10
Check if a variable has any letter from A to Z. Is there a function for it? Thanks
Hello there, I was wondering if there is a function that can help us to identify if there is a letter (no matter which one from A-Z) in a variable. Of course the variable will be defined as character since it contains some letters in some observations. So, just wonder if there is a function to identify it as 0... 9 Mar 2010 23:44
tickvalueformat in SAS sgplot & proc template
Hi All, As option of "tickvalueformat" in sgplot is only associated with SAS phase2, I cannot use that option in my sgplot. What I wanna do is to change the ticks on x-axis to bold. As suggested, proc template can be used to change the style of the plot. However I am absolutely new to template language. And... 9 Mar 2010 22:38
Hi Micheal - need sas help
Dear SAS-L-ers, "New SAS" sent me the email following the Sig line. New SAS, please send emails like this to the SAS-L list; do not send them d= irectly to me. Doing so will get you the widest possible group of brainiac= s that can read and address your questions. And, it will allow you to avoi= d my pricy o... 9 Mar 2010 18:05
This happened to me when windows tried an auto update. I'm
thanks for the good press, EBSO imnsho, The Powers That Be had a good thing going in v9.1: provide the JRE that SAS uses under the SAS installation folder Do you want to know how many times MyCompany has broken all my SAS graphics users' programs w/MyCompany's Security Upgrades? <shepard's hook incoming fro... 9 Mar 2010 18:05
A manupulation with RETAIN Satement ( without your help I
I have a following dataset with four variable (SID1A, TRTEND1O, CYCLE, SMDDOS1D) SID1A TRTEND1O CYCLE SMDDOS1D ---------- --------- ----- ---------- 0012_00002 20DEC2006 1 08NOV2006 0012_00002 20DEC2006 2 29NOV2006 0012_00002 20DEC2006 3 ... 9 Mar 2010 18:05
First  |  Prev |  Next  |  Last
Pages: 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92