First  |  Prev |  Next  |  Last
Pages: 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
Leading Zeros
Hi, I have to read a CSV file. In one column i have values of differrent length but the column length is 5 now i want to keep leading zeros if the length of the value is not 5. for example: A 1 23 55555 Ouput should be: A 00001 00023 55555 Could please help me with some suggestion... 6 Jan 2010 16:33
princomp question - 95% CI for loadings
On Jan 5, 6:41 pm, questions....(a)GMAIL.COM (Questions SAS) wrote: Is it possible to extract the loadings for component 1 with estimated 95% CI in Proc Princomp? If not, does PROC PRINCOMP allow you to output the standard errors for the loadings of a particular component? As far as I know, PROC PRINCOMP do... 7 Jan 2010 11:16
Legend problem
Hello all, While generating KM for PFS I am using simple Proc Gplot along with legend to display by treatment arms and censor variables as C.I wanted the show both the treatment arms at end of graph but some how I am getting CCC (my censor variables ) in the legend . Here is the piece of code I am using for my gr... 6 Jan 2010 13:08
Issue with %let
How do I make a macro variable take value "%let modelvars= " ??? Following doesn't work %let myvar = %let modelvars= ; Thanks, Ankur Bohra. ... 8 Jan 2010 07:11
STDM AE Start and End Reference
SAS-L Does anyone know of any papers or macros to derived the 'Before, During, After, Before/During, etc.' values for STDM AESTRF and AEENRF. Seth ... 6 Jan 2010 11:56
FORMAT TROUBLE XXXX
Hello, Can anyone see problems with the PROC FORMAT (or PRINT) steps below? PRINT goes into an infinite loop ("PROC PRINT running"), however, if I comment out the use of the LFMT. format, the step runs fine. * PROC* *FORMAT*; PICTURE ZFMT LOW-*0* = 'NA' *0*<-HIGH = '9.999'; VALUE PFMT *0* - *0.0... 6 Jan 2010 11:56
proc sql+count
Hi, you get 2 as the value for calc as count(ACTUAL) is counting every non-missing value of ACTUAL. In your case that is 6 and 0 (and not "."). Regards, Marianne On Wed, 6 Jan 2010 05:14:05 -0500, SUBSCRIBE SAS-L Joe H. Smith <peesari.mahesh(a)GMAIL.COM> wrote: Hi all, I am submitting the followi... 6 Jan 2010 11:56
Macro lists
Could anyone help me with the following please: I have a macro with a number of equations that have multiple variables. The variables are located in a SAS dataset. I need to take each observation for each variable for the SAS dataset and run it through the programme to check it. I'm not sure how to write a macro... 6 Jan 2010 08:50
proc sql+count
Hi all, I am submitting the following code ..i get wrong values for the count of actual .... data try1; input FAcility_RK ITEM_RK DEMAND_DT mmddyy10. ACTUAL PREDICT; format DEMAND_DT date9.; cards; 40 121 10/1/2010 . 0 40 234 10/1/2008 0 0 40 234 1/1/2009 0 0 40 234 4/1/2009 0 0 40 234 7/1/2009 0 0 40 2... 6 Jan 2010 08:50
Option Mprint - Retrieve Sas Code
Hello Sas-Users, Happy New Year. I am using the option “MPRINT” to retrieve the program without macro- variable. But I want to also have the datastep (data t; x = 1; run;) in my file “Recup_Code.sas”. How can I do that? Moreover, each time I execute the program below, the file “Recup_Code.sas” is not reset. H... 6 Jan 2010 08:49
First  |  Prev |  Next  |  Last
Pages: 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145