First  |  Prev |  Next  |  Last
Pages: 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
PROC METADATA for a SAS Library
Dear Group. I want to assign metadata to an existing library on a metadata server. Here is the XML Code which I send to the server using PROC METADATA: <AddMetaData> <MetaData> <SASLibrary Name="Testlibrary" Desc = "Dies ist ein Test" IsPreassigned="1" Libref="testl" Engine="base" /> </MetaDat... 17 Feb 2010 07:44
Does the R “statistical language
SAS folks, I realize my question may be better suited for an R discussion board, but you guys are always super helpful, so I thought I'd ask here as wekk. I have in the past used SAS PROC NLIN and PROC NLP to carry out nonlinear optimizations. I'm wondering if there is analogous ways for doing this using R. If... 17 Feb 2010 00:11
event: Atlanta, SAS certification
> Want to be the best and brightest in your field? =20 =20 Find out how to validate your SAS skills and save money by joining us at the SAS- Atlanta Regional Office for "A Taste of Certification" free event on March 23! =20 =20 WHO should attend: * SAS programmers -- all levels * Technical jo... 17 Feb 2010 00:11
Does the R “statistical language
for PROC NLIN, you have a counterpart in R called 'NLM' for PROC NLP, you have a counterpart in R called 'OPTIM' both in 'STAT' package that is shipped with R. for more math solvers, check out: CRAN Task View: Optimization and Mathematical Programming On Tue, 16 Feb 2010 11:11:52 -0500, Randall Powers <pow... 17 Feb 2010 00:11
different dates formats
How can you differentiate DDMMYY from MMDDYY? You'll need some way to do so. Clearly when it's >12/<12/xxxx vs <12/>12/xxxx it is not a problem, but when it is <12/<12/xxxx you will either have to pick a default [or go with your system default] or preferably have a way to tell which it ought to be. Does your data... 17 Feb 2010 00:11
ODS CSV
Dan - That doesn't make sense for a CSV file. A CSV file is just a list of values separated by commas. How can a value take up more than the cell that it is in? After you pull the CSV file into something like EXCEL you can reformat a value to span columns if you want. Perhaps you would prefer to output an... 17 Feb 2010 00:11
Proc Plan?
I need to run PROC PLAN on something that is more simple than any of the examples but right now we cannot get it to do what we want. We have 1200 subjects that we are trying to randomly assign to one of 12 different conditions so that we get 100 in each condition. What is the PROC PLAN syntax for this? TIA DG... 15 Feb 2010 18:54
Proc Gchart (Anno = ) Problem
Hello All, I am trying to generate a graph on SAS 9.2 using annotation and using following code .To display Study day on the graph (Best %change from base-line) I am getting following error . Not sure what to change in anno data set and how to display Ticks on the X-axis . Can some body educate me please. ... 15 Feb 2010 18:53
Import a text file
Hi, I want to automate importing a text file whose layout may not be standard for every refreh. for eg: today i have var1-var10 . tomo i might have var1-var15. my code should automatically realise that there are 5 addional variables and pick them up. Any ideas or sample codes? ... 15 Feb 2010 23:19
Page properties - extract titles using SAS.
Hi, Is there a way to extract the title of a page from its properties using SAS? Thanks, KK ... 15 Feb 2010 14:19
First  |  Prev |  Next  |  Last
Pages: 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119