Re: Multiple outputs that I don't want to list039 (7/11/2003 8:36:29 PM) > From: Jenine Eason [mailto:jenine.eason@AUTOTRADER.COM] > Using the test code below, I want to create file1 through > file4 but only read filex once. The point is that the number > of outputs can fluctuate ... rjf2(3354)
Multiple outputs that I don't want to list138 (7/11/2003 8:07:32 PM) Using the test code below, I want to create file1 through file4 but only read filex once. The point is that the number of outputs can fluctuate (numoems=4 could be 5 the next time). The code below doesn't wor... jenine.eason(5)
Re: version updates036 (7/11/2003 8:21:38 PM) > From: SAS User [mailto:sas@SDAC.HARVARD.EDU] > In preparation of updating to version 8.2 (from 6.12 - > finally), I'm going to give a small talk on the changes that > might cause our existing programs to cra... rjf2(3354)
Re: LOG Base10 in IML #2034 (7/11/2003 8:03:21 PM) * steve.wall@PIONEER.COM asked: >Checked the doc quickly and didn't see what I'm looking for. >Is there an IML function to take the Log (Base 10) of a matrix? From Math theory, log base A of x=ln(x)/ln(A), so... john.hixon(31)
Re: a combination of two characters as one delimiter035 (7/11/2003 7:43:33 PM) > From: Adam [mailto:yadong_cui@YAHOO.COM] > How to read delimited txt files into SAS; the txt files used > a combination of two rare characters as delimiters such as '[~'. > > infile txtfile dlm='[~'; will t... rjf2(3354)
a combination of two characters as one delimiter025 (7/11/2003 7:20:14 PM) How to read delimited txt files into SAS; the txt files used a combination of two rare characters as delimiters such as '[~'. infile txtfile dlm='[~'; will treat either [ or ~ as a delimiter, not the combina... yadong_cui(1)
SAS programming positions in Washington DC032 (7/11/2003 5:51:11 PM) Statistics Collaborative, a small biostatistical consulting firm located in downtown Washington, DC, is currently seeking entry-level and experienced SAS programmers. We are hardworking and committed to high qu... john249(1)
Re: SASTrap: DSD and character dot values033 (7/11/2003 5:43:26 PM) Hi Ian, I tried the same thing in SAS 8.2 under Windows and OpenVMS, and I get the same thing as you. Not sure if it is a bug or a feature? Would be curious what others determine it is? I would have thought... charles_s_patridge(281)
LOG Base10 in IML331 (7/11/2003 2:35:38 PM) SAS-L: Checked the doc quickly and didn't see what I'm looking for. Is there an IML function to take the Log (Base 10) of a matrix? Thanks. sjw This communication is for use by the intended recipient and c... steve.wall(19)
BY-line has been truncated093 (7/11/2003 4:50:47 PM) Hi there, I noticed that if the BY variable is a long string, proc univariate will generate a 'NOTE' in the log, saying "BY-line has been truncated at least once". Even though I already have 'nobyline' option ... yhuang(489)