<?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: sas enterprise gui in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545518#M8042</link>
    <description>&lt;P&gt;Give us more information. Show the code you have for one import, and tell us if your csv files share the same structure or not. Also give us the necessary information about the filenames, so we can determine if wildcards could be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Big hint: one-liners like you posted are not likely to attract a quick solution. Help us to help you.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Mar 2019 19:12:57 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-03-23T19:12:57Z</dc:date>
    <item>
      <title>sas enterprise gui</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545502#M8035</link>
      <description>&lt;P&gt;i have 1000 csv files i need to import all files at a time by using both using macro statements&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2019 17:05:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545502#M8035</guid>
      <dc:creator>jayasubbareddy</dc:creator>
      <dc:date>2019-03-23T17:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: sas enterprise gui</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545503#M8036</link>
      <description>&lt;P&gt;before jumping to macro aspect do you have working code to read a single csv file?&lt;/P&gt;
&lt;P&gt;you have to do the basic concept of getting the data into a SAS table before macro functions can be applied.&lt;/P&gt;
&lt;P&gt;You have not given needed information in order to assist you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2019 17:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545503#M8036</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-03-23T17:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: sas enterprise gui</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545512#M8038</link>
      <description>&lt;P&gt;i have already knowledge on Base sas i am expected sas macro&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2019 18:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545512#M8038</guid>
      <dc:creator>jayasubbareddy</dc:creator>
      <dc:date>2019-03-23T18:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: sas enterprise gui</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545518#M8042</link>
      <description>&lt;P&gt;Give us more information. Show the code you have for one import, and tell us if your csv files share the same structure or not. Also give us the necessary information about the filenames, so we can determine if wildcards could be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Big hint: one-liners like you posted are not likely to attract a quick solution. Help us to help you.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2019 19:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545518#M8042</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-03-23T19:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: sas enterprise gui</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545652#M8060</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/267681"&gt;@jayasubbareddy&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;i have already knowledge on Base sas i am expected sas macro&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then you're aware that you don't need a macro to import multiple text files in a single data step. That you can use FILEVAR to specify the different file names as one option, or use a wildcard to read all files at once? And that you can use FILENAME option to capture the file name as well to track which records comes from which files?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show your current import code and we can help you to convert it to a macro if needed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2019 23:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545652#M8060</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-03-24T23:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: sas enterprise gui</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545812#M8097</link>
      <description>&lt;P&gt;Fortunately you are not the first one with such a problem, so you will find working code in the web.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If all files have the same structure, you don't need macro code, but wildcards in the infile statement. If you need to identify the files currently being processed, the infile-statemtn has an option for this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 13:50:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-enterprise-gui/m-p/545812#M8097</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-03-25T13:50:21Z</dc:date>
    </item>
  </channel>
</rss>

