<?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 to hide the log line from reading-in csv files?! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-hide-the-log-line-from-reading-in-csv-files/m-p/974343#M377888</link>
    <description>&lt;P&gt;Find out what is writing that line.&amp;nbsp; Perhaps your macro has a %PUT statement?&lt;/P&gt;
&lt;P&gt;Or perhaps you used PROC IMPORT to read the CSV files.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that PROC IMPORT has to GUESS how to read the file.&amp;nbsp; And if you are reading many files one by one it will make different guesses for each file.&amp;nbsp; So if the files have a known fixed structure then remove PROC IMPORT and just write the data step yourself.&amp;nbsp; Also if they all have the same structure you can probably read them all with a single data step without any macro code at all.&lt;/P&gt;</description>
    <pubDate>Sun, 07 Sep 2025 13:32:38 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2025-09-07T13:32:38Z</dc:date>
    <item>
      <title>How to hide the log line from reading-in csv files?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-hide-the-log-line-from-reading-in-csv-files/m-p/974342#M377887</link>
      <description>&lt;P&gt;I am using macro loop to read in csv files(huge count), and have used "nonotes nomlogic" to hide log.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BUT still each file read-in shows up "xxx rows created into dataset from csv_file_location".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to hide this log line? Thanks,&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2025 13:12:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-hide-the-log-line-from-reading-in-csv-files/m-p/974342#M377887</guid>
      <dc:creator>hellohere</dc:creator>
      <dc:date>2025-09-07T13:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide the log line from reading-in csv files?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-hide-the-log-line-from-reading-in-csv-files/m-p/974343#M377888</link>
      <description>&lt;P&gt;Find out what is writing that line.&amp;nbsp; Perhaps your macro has a %PUT statement?&lt;/P&gt;
&lt;P&gt;Or perhaps you used PROC IMPORT to read the CSV files.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that PROC IMPORT has to GUESS how to read the file.&amp;nbsp; And if you are reading many files one by one it will make different guesses for each file.&amp;nbsp; So if the files have a known fixed structure then remove PROC IMPORT and just write the data step yourself.&amp;nbsp; Also if they all have the same structure you can probably read them all with a single data step without any macro code at all.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2025 13:32:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-hide-the-log-line-from-reading-in-csv-files/m-p/974343#M377888</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-09-07T13:32:38Z</dc:date>
    </item>
  </channel>
</rss>

