<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.soft-sys.sas Google Group</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas</link>
  <description>The SAS statistics package.</description>
  <language>en</language>
  <item>
  <title>Re: Bug in SAS 9.3 for Windows Handling Of Wildcards In Filename Statement?</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/920f31a5c2589010/7eef600e016be47e?show_docid=7eef600e016be47e</link>
  <description>
  -bwg wrote: &lt;br&gt; &lt;p&gt;Right ... there&#39;s also a thing you need to do to strip the already &lt;br&gt; created 8.3 names. A few minutes with your favourite search engine &lt;br&gt; should get you that. GL. &lt;br&gt; &lt;p&gt;Carl
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/920f31a5c2589010/7eef600e016be47e?show_docid=7eef600e016be47e</guid>
  <author>
  cwkaufm...@cox.net
  (Carl Kaufmann)
  </author>
  <pubDate>Thu, 23 May 2013 21:11:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: Bug in SAS 9.3 for Windows Handling Of Wildcards In Filename Statement?</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/920f31a5c2589010/f4cd59f81ebec105?show_docid=f4cd59f81ebec105</link>
  <description>
  Thanks Carl. It helps a lot conceptually, but in practice not so much. I can run the command successfully: &lt;br&gt; &lt;p&gt; H:\&amp;gt;fsutil behavior query disable8dot3 &lt;br&gt; disable8dot3 = 1 &lt;br&gt; &lt;p&gt;But even after a reboot my problem persists. In a week I&#39;m switching departments and won&#39;t even be able to run fsutil on my new machine. I guess I&#39;ll work around it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/920f31a5c2589010/f4cd59f81ebec105?show_docid=f4cd59f81ebec105</guid>
  <author>
  barry.g...@gmail.com
  (-bwg)
  </author>
  <pubDate>Thu, 23 May 2013 20:23:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: how to combine two columns into one column</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/ed7fdfa02799ea2c/fe19f70fa028537b?show_docid=fe19f70fa028537b</link>
  <description>
  look up catx().
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/ed7fdfa02799ea2c/fe19f70fa028537b?show_docid=fe19f70fa028537b</guid>
  <author>
  huang8...@gmail.com
  (Ya Huang)
  </author>
  <pubDate>Thu, 23 May 2013 19:20:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Bug in SAS 9.3 for Windows Handling Of Wildcards In Filename Statement?</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/920f31a5c2589010/010a6a2efcdbde0f?show_docid=010a6a2efcdbde0f</link>
  <description>
  -bwg wrote: &lt;br&gt; &lt;p&gt;This is an issue with the way Windows maps long file names to the old &lt;br&gt; 8.3 convention. You can try disabling 8.3 names. This KB article will &lt;br&gt; tell you how: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://support.microsoft.com/kb/121007&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;HTH, &lt;br&gt; Carl
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/920f31a5c2589010/010a6a2efcdbde0f?show_docid=010a6a2efcdbde0f</guid>
  <author>
  cwkaufm...@cox.net
  (Carl Kaufmann)
  </author>
  <pubDate>Thu, 23 May 2013 17:02:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: how to combine two columns into one column</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/ed7fdfa02799ea2c/8e7576b853238f98?show_docid=8e7576b853238f98</link>
  <description>
  I have similar question but slightly modified. How about if I have columns &amp;quot;COL1&amp;quot; &amp;quot;COL2&amp;quot; &amp;quot;COL3&amp;quot; etc.., and I want to combine them into a single column &amp;quot;COL&amp;quot; but sometimes there is not always data under later COLs (for example COL1 10, COL2 20, COL3 no data) - how can I combined them and have a clean result and not something like &amp;quot;10,20,.&amp;quot; but rather I want to have &amp;quot;10,20&amp;quot; and &amp;quot;10,20,30&amp;quot; when there is data.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/ed7fdfa02799ea2c/8e7576b853238f98?show_docid=8e7576b853238f98</guid>
  <author>
  vaniapavl1...@gmail.com
  </author>
  <pubDate>Thu, 23 May 2013 17:01:48 UT
</pubDate>
  </item>
  <item>
  <title>Bug in SAS 9.3 for Windows Handling Of Wildcards In Filename Statement?</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/920f31a5c2589010/c907e89c63e6119d?show_docid=c907e89c63e6119d</link>
  <description>
  Hi. It&#39;s been a long time since I&#39;ve posted here. I&#39;ve run into a situation that baffles me regarding how SAS for Windows handles wildcards in filename statements. In the following very short program, which I am attaching as a demonstration that I believe should work on anyone&#39;s machine, the wildcard portion of the filename is &amp;quot;*/SAS&amp;quot;. However, SAS appears to read read all files with extensions beginning with &amp;quot;SAS&amp;quot; and throws an error when it tries to open my SAS profile catalog. Am I missing something, and this is what SAS is supposed to do? Or is this a bug? Thanks for any clarification you can provide.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/920f31a5c2589010/c907e89c63e6119d?show_docid=c907e89c63e6119d</guid>
  <author>
  barry.g...@gmail.com
  (-bwg)
  </author>
  <pubDate>Thu, 23 May 2013 16:05:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to suppress the proc ttest output?</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/daca92aa38ead8f6/07623f399f30b05c?show_docid=07623f399f30b05c</link>
  <description>
  This is a great tip. Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/daca92aa38ead8f6/07623f399f30b05c?show_docid=07623f399f30b05c</guid>
  <author>
  maxineacoo...@gmail.com
  </author>
  <pubDate>Thu, 23 May 2013 09:59:00 UT
</pubDate>
  </item>
  <item>
  <title>New Online Store ==== http://www.uspsu.com/ ==== Nike free run shoes on sale,discount burberry outwear,gucci clothing,fashion juicy couture suit for cheap new designer prada t-shirts,diesel true religion men jeans with low price on sale ed hardy clo</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/33ecffc336f5ad6b/668a0556faa553e2?show_docid=668a0556faa553e2</link>
  <description>
  New Online Store &lt;br&gt; ==== &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.uspsu.com/&quot;&gt;[link]&lt;/a&gt; ==== &lt;br&gt; Nike free run shoes on sale,discount burberry outwear,gucci clothing,fashion juicy couture suit for cheap &lt;br&gt; new designer prada t-shirts,diesel true religion men jeans with low price &lt;br&gt; on sale ed hardy clothing,burberry women t-shirts,christian audigier suits
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/33ecffc336f5ad6b/668a0556faa553e2?show_docid=668a0556faa553e2</guid>
  <author>
  paybuy...@gmail.com
  </author>
  <pubDate>Wed, 22 May 2013 01:58:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: http://www.voguetouch.com cheaper g-satr Kidrobot hoodies ed hardy star red monkey gino green global True Religion ED-hardy Kidrobot jeans hoodies china supplier wholesaler exporters, manufacture</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/e009322b559c29d7/c12bff1ba66a979b?show_docid=c12bff1ba66a979b</link>
  <description>
  New Online Store &lt;br&gt; ==== &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.uspsu.com/&quot;&gt;[link]&lt;/a&gt; ==== &lt;br&gt; Nike free run shoes on sale,discount burberry outwear,gucci clothing,fashion juicy couture suit for cheap &lt;br&gt; new designer prada t-shirts,diesel true religion men jeans with low price &lt;br&gt; on sale ed hardy clothing,burberry women t-shirts,christian audigier suits
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/e009322b559c29d7/c12bff1ba66a979b?show_docid=c12bff1ba66a979b</guid>
  <author>
  paybuy...@gmail.com
  </author>
  <pubDate>Wed, 22 May 2013 01:57:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: issue with multiple sas arrays - looping thru a character list</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/190ea1b5f1ae1c3a/20266dbdadec77f2?show_docid=20266dbdadec77f2</link>
  <description>
  thx very much. I&#39;ll give it a try. I definitley got way too complex, &lt;br&gt; but hopefully i can backtrack now...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/190ea1b5f1ae1c3a/20266dbdadec77f2?show_docid=20266dbdadec77f2</guid>
  <author>
  datamas...@gmail.com
  (d)
  </author>
  <pubDate>Tue, 21 May 2013 19:24:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: issue with multiple sas arrays - looping thru a character list</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/190ea1b5f1ae1c3a/9a8a01f63ded4dac?show_docid=9a8a01f63ded4dac</link>
  <description>
  You&#39;re getting way too complex. &lt;br&gt; &lt;p&gt;Look up the vname function and forget macros. &lt;br&gt; You&#39;ll probably need two loops. &lt;br&gt; &lt;p&gt;1. Your arrays are a and v but you have dim(p)? &lt;br&gt; 2. Your brackets are inconsistent. &lt;br&gt; 3. You haven&#39;t declared your arrays properly. &lt;br&gt; 4. I think your loops may be nested wrong.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/190ea1b5f1ae1c3a/9a8a01f63ded4dac?show_docid=9a8a01f63ded4dac</guid>
  <author>
  fkhurs...@gmail.com
  (Reeza)
  </author>
  <pubDate>Tue, 21 May 2013 15:17:22 UT
</pubDate>
  </item>
  <item>
  <title>issue with multiple sas arrays - looping thru a character list</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/190ea1b5f1ae1c3a/7cc059884232ce7c?show_docid=7cc059884232ce7c</link>
  <description>
  **could anyone provide some insite on how to use an array to search &lt;br&gt; for a list of text strings??; &lt;br&gt; **PROGRAM# are text string variables from xx that contain text I&#39;m &lt;br&gt; looking for; &lt;br&gt; **if PROGRAM# contains the arrary v term (in text), then I want that &lt;br&gt; numeric output term to =1. &lt;br&gt; **i&#39;ve tried numerous methods in and outside of macros with no clear
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/190ea1b5f1ae1c3a/7cc059884232ce7c?show_docid=7cc059884232ce7c</guid>
  <author>
  datamas...@gmail.com
  (d)
  </author>
  <pubDate>Tue, 21 May 2013 15:08:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: Processing different files with same SAS codes</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/a6cec5963f7ccb1a/676b3ae4834ee90c?show_docid=676b3ae4834ee90c</link>
  <description>
  You can easily write a macro to do it. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.ats.ucla.edu/stat/sas/seminars/sas_macros_introduction/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/a6cec5963f7ccb1a/676b3ae4834ee90c?show_docid=676b3ae4834ee90c</guid>
  <author>
  fkhurs...@gmail.com
  (Reeza)
  </author>
  <pubDate>Tue, 21 May 2013 14:47:14 UT
</pubDate>
  </item>
  <item>
  <title>Processing different files with same SAS codes</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/a6cec5963f7ccb1a/3af0a0d0ecddfb3e?show_docid=3af0a0d0ecddfb3e</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am a beginner to SAS programming. I wanted to know if there is a way to process different files with the same SAS codes efficiently. &lt;br&gt; Here is an example: &lt;br&gt; &lt;p&gt;File 1: Qtr20001 &lt;br&gt; File 2: Qtr20002 &lt;br&gt; File 3: Qtr20003 &lt;br&gt; File 4: Qtr20004 &lt;br&gt; File 5: Qtr20011 &lt;br&gt; File 6: Qtr20012 &lt;br&gt; File 7: Qtr20013 &lt;br&gt; File 8: Qtr20014
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/a6cec5963f7ccb1a/3af0a0d0ecddfb3e?show_docid=3af0a0d0ecddfb3e</guid>
  <author>
  lmid8...@gmail.com
  </author>
  <pubDate>Mon, 20 May 2013 17:48:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: Help - How to find closest date to a specified date in SAS??</title>
  <link>http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/67d35933eeba1a6c/184c61024e5af3b2?show_docid=184c61024e5af3b2</link>
  <description>
  Your merge is not happening the way you want it. Try to merge using the appropriate &amp;quot;by&amp;quot; groups so your data makes sense.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/67d35933eeba1a6c/184c61024e5af3b2?show_docid=184c61024e5af3b2</guid>
  <author>
  rifazraz...@gmail.com
  (cryp_to)
  </author>
  <pubDate>Mon, 20 May 2013 13:49:39 UT
</pubDate>
  </item>
  </channel>
</rss>
