First  |  Prev |  Next  |  Last
Pages: 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
progress bars and updating SAS/AF component attributes from base
I have a SAS/AF interface that calls a very complex simulation model that is in the form of a nested macro language program. Is there a way I can update a progress bar on the calling frame at different points in the macro program? I can't break the program up into multiple submit blocks. I thought of using proc ... 12 Sep 2009 23:55
Data dictionary ala javadoc
Hi, Before I reinvent a perfectly round wheel, does anyone know of any macro/.Net/Java/etc. application that will build a data dictionary similar to javadoc output? I'm envisioning upper left frame containing librefs, lower left frame containing datasets/views/catalogs/etc, right frame main information frame. ... 12 Sep 2009 22:50
difference between RUN and QUIT
Hi, I've translated this answer in French and published it on my blog : www.sasreference.fr www.sasreference.fr/2009/09/12/run_ou_quit Regards Véronique ... 12 Sep 2009 15:08
Back Transformations of Arcsine Square root Transformation
On Sep 10, 8:19 am, DBK <boydkra...(a)gmail.com> wrote: On Sep 10, 7:09 am, Bruce Weaver <bwea...(a)lakeheadu.ca> wrote: On Sep 9, 10:29 pm, DBK <boydkra...(a)gmail.com> wrote: Before running a standard logistic regression (and later a multi-level logistic model), I applied the arcsine... 11 Sep 2009 10:36
Output extreme observations to dataset
Hi all Please could any one assist. I have submitted a proc univariate on a number of variables. How can I get the extreme observations noted to ouput to a seperate data set??? Thanks Jdl ... 11 Sep 2009 11:44
SAS Oracle Update with work library
I am trying to update a oracle table using an implied join. I have been able to refer to work.b table easily in an update using sub- query. When i try the join'ish statement i get an "unresolved reference to table/correlation name b" error. Any insight? Thanks, Paul **THIS CODE ERROS OUT**; proc sql; conn... 10 Sep 2009 02:32
Inline formatting: Getting text boxes on 2 separate lines to
Paul, Wouldn't using a monospace font, like courier, do what you want? E.g., data test; passfail = '^S={font_face=courier}Pass ^S={font_face=wingdings}o'|| '^S={font_face=courier}^-2n'||'Fail ^S={font_face=wingdings}o'; run; ods escapechar = '^'; ods listing close; ods msoffice2k file='K:\art\te... 9 Sep 2009 13:04
How to write code to cancel all submitted code
Is there a command that can be given - by writing it programmatically - to stop all submitted code? I think of a similar functionality as when you click on the break button in the graphical user interface, followed by 'Cancel submitted Statements' from the Application toolbar. The use of this is typically when y... 9 Sep 2009 14:14
Cluster Analysis with both characteristic and numeric variables
I would greatly appreciate it if anyone can help me with this question. I want to find out how to use any Cluster Analysis Procedure (i.e., Proc Cluster) to cluster data with both characteristic and numeric variables. I thought Proc Cluster can only work on numeric variables, how can I use it for both types of vari... 8 Sep 2009 14:49
Zero inflated gamma distribution
Hi all, I am trying to model a non-negative continuous variable, which is highly right skewed and has a lot of zero values (more than 30%), and analyse its association with other independent variables. I have tried PROC GENMOD with gamma distribution but the analyse drops all zero values from the analysis. I rea... 8 Sep 2009 00:31
First  |  Prev |  Next  |  Last
Pages: 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185