Question about warning message from SAS/GRAPH (uneven axes)053 (6/27/2003 6:53:39 PM) I am creating a graph with months on the X axis. The months are stored as SAS dates. I get the message WARNING: The intervals on the axis labeled incrd_month are not evenly spaced. and the program return... JackHamilton(928)
Call Execute in SCL149 (6/27/2003 5:56:04 PM) I am using call execute to assign a libname in SCL: call execute(StringForLibname); Is there a way to evaluate whether the assignment was made successfully? Thanks, Deborah ... dtesta(30)
UNIX Variable Name Garblation340 (6/27/2003 5:24:20 PM) On my UNIX environment SAS, variable names are frequently "garbled" such that the last few characters are displayed as the universal non-printing character, and I get a sas error: ERROR: Variable name 'EVENTDA... vandalay-industries(1)
tip concise CONTENTS via SQL044 (6/27/2003 6:06:36 PM) I attend Tufte's class on Presenting Data and Information http://www.edwardtufte.com/408248802/tufte/courses earlier in the week. As a result of thinking over just how much (virtual) ink I use when doing PROC ... rjf2(3354)
Re: Large dataset #7027 (6/27/2003 5:51:05 PM) Pierre, Quite relevant questions, quite. I would add: 1) Is the account ID a digit string? 2) If yes, how many digits does it have? 3) How long is the 10-variable tail, or, better, how is it laid out? The re... paul_dorfman(183)
Proc nlin043 (6/27/2003 4:52:25 PM) Dale, Thanks for all. You are right. Nevertheless, can we consider the fact = than Proc Nlin does not work correctly (on a very simple case) as really = strange ? pierre Pierre Blanchard ERUDITE UNIVERS... blanchard(1)
Putting Respondents into somewhat Balanced Groups133 (6/27/2003 11:51:29 AM) I am trying to take a sample of respondents with characteristics (Gender, Ethnicity, Citizenship, Field of Work) and group them into 6 somewhat equal/balanced groups based on all 4 of those characteristics (the... denton1(2)
FW: Update of informational site on software for analysis of surv eys030 (6/27/2003 2:28:47 PM) For your information: The site includes survey analysis software and brief reviews of available software for other purposes relevant to survey data, including hierarchical modeling, disclosure control, imputati... rjf2(3354)
Re: tip v9 proc OPTIONS group = <value>238 (6/26/2003 8:50:46 PM) Excellent information! All but dataquality, email, help and meta work under V8.2 (Win2000). Test code : %macro optgrp(gp) ; proc options group = &gp ; run ; %mend optgrp ; %optgrp(communications ) ; %optgrp(d... Andrew.Farrer(125)
tip Ways to use the %PUT statement054 (6/27/2003 2:02:49 PM) From: SAS Tips Newsletter [mailto:tips@woodstreet.org.uk] Sent: Tuesday, June 24, 2003 6:36 PM To: tips@woodstreet.org.uk Subject: SASTip40 - Ways to use the PUT statement using the macro %PUT statement to w... rjf2(3354)