<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How was this data stored? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-was-this-data-stored/m-p/408131#M99536</link>
    <description>&lt;P&gt;The "set" statement in the code would indicate that this is a list of SAS datasets.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2017 19:01:38 GMT</pubDate>
    <dc:creator>collinelliot</dc:creator>
    <dc:date>2017-10-27T19:01:38Z</dc:date>
    <item>
      <title>How was this data stored?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-was-this-data-stored/m-p/408128#M99535</link>
      <description>&lt;P&gt;I'm trying to&amp;nbsp;see if I understand how the data was&amp;nbsp;originally&amp;nbsp;stored given how the code extracts it. I know this was Truven data, but unclear if this was csv or xpt or something else... ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to tell?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let elig_list=ccaet144 ccaet114 ccaet124 ccaet134;

/*Collapse eligibility claims*/ 

	data elig_1; 
		set %do i=1 %to %sysfunc(countw(&amp;amp;elig_list.));
		%let filename = %scan(&amp;amp;elig_list., &amp;amp;i.);
					raw.&amp;amp;filename.
			%end;
		; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Oct 2017 18:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-was-this-data-stored/m-p/408128#M99535</guid>
      <dc:creator>cdubs</dc:creator>
      <dc:date>2017-10-27T18:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: How was this data stored?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-was-this-data-stored/m-p/408131#M99536</link>
      <description>&lt;P&gt;The "set" statement in the code would indicate that this is a list of SAS datasets.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 19:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-was-this-data-stored/m-p/408131#M99536</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-10-27T19:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: How was this data stored?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-was-this-data-stored/m-p/408135#M99538</link>
      <description>&lt;P&gt;I see -- thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this was a commercial claims source. Are claims data usually stored as SAS datasets?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 19:22:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-was-this-data-stored/m-p/408135#M99538</guid>
      <dc:creator>cdubs</dc:creator>
      <dc:date>2017-10-27T19:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: How was this data stored?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-was-this-data-stored/m-p/408138#M99540</link>
      <description>&lt;P&gt;I'm guessing that's likely a company-specific convention. Probably a colleague of yours would be a better bet for that kind of information. Sorry.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 19:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-was-this-data-stored/m-p/408138#M99540</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-10-27T19:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: How was this data stored?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-was-this-data-stored/m-p/408140#M99542</link>
      <description>&lt;P&gt;Makes sense-- thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 19:37:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-was-this-data-stored/m-p/408140#M99542</guid>
      <dc:creator>cdubs</dc:creator>
      <dc:date>2017-10-27T19:37:23Z</dc:date>
    </item>
  </channel>
</rss>

