<?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: Reading XLS Image File using SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461234#M284785</link>
    <description>&lt;P&gt;Why don't you use WinSCP or similar open source FTP if you just want to copy files. If your using SAS to import/export file then I don't this image file can be handled by SAS.&lt;/P&gt;</description>
    <pubDate>Thu, 10 May 2018 01:34:10 GMT</pubDate>
    <dc:creator>SuryaKiran</dc:creator>
    <dc:date>2018-05-10T01:34:10Z</dc:date>
    <item>
      <title>Reading XLS Image File using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461217#M284784</link>
      <description>&lt;P&gt;I have XLS file sheet 1 and sheet 2, sheet 1 has Image content and sheet 2 has data, I am trying use it using SFTP and copy it to other location/server, Image content getting corrupted when read &amp;nbsp;copied to other location, please help me in reading Image tab using SAS.&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 23:22:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461217#M284784</guid>
      <dc:creator>SAS_PA1</dc:creator>
      <dc:date>2018-05-09T23:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XLS Image File using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461234#M284785</link>
      <description>&lt;P&gt;Why don't you use WinSCP or similar open source FTP if you just want to copy files. If your using SAS to import/export file then I don't this image file can be handled by SAS.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 01:34:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461234#M284785</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-05-10T01:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XLS Image File using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461260#M284786</link>
      <description>&lt;P&gt;You have to make sure that the SFTP client is set to binary mode, so that no changes are made to the file.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 07:06:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461260#M284786</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-05-10T07:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XLS Image File using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461355#M284787</link>
      <description>&lt;P&gt;SFTP code working fine but Image Xls file is getting copied to destination web &amp;nbsp;server, but XLS file getting corrupted as &amp;nbsp; it couldn't read imagetab.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 15:41:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461355#M284787</guid>
      <dc:creator>SAS_PA1</dc:creator>
      <dc:date>2018-05-10T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XLS Image File using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461374#M284788</link>
      <description>&lt;P&gt;If the image is not embedded, but only linked to, you need to embed it before you transfer the file.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 18:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461374#M284788</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-05-10T18:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XLS Image File using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461440#M284789</link>
      <description>&lt;P&gt;file name&lt;/P&gt;&lt;P&gt;expfile ref ftp &amp;nbsp;"&amp;amp; file.xls" &amp;nbsp;cd= path&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I am copying file to this location , its getting corrupted as the Xls file 1st tab has image file in it, please let me know if I can Use ODS to read the Image file. Thank you.&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;infile expfile NBYTE=n;&lt;BR /&gt;INPUT;&lt;BR /&gt;&lt;STRONG&gt;file "/serverpath/file.xls" recfm=n;&lt;/STRONG&gt;&lt;BR /&gt;put _INFILE_ @@;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 22:53:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461440#M284789</guid>
      <dc:creator>SAS_PA1</dc:creator>
      <dc:date>2018-05-10T22:53:18Z</dc:date>
    </item>
    <item>
      <title>How To Read XLS Image file using SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461683#M284790</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to read/copy the &amp;nbsp;XLS file Sheet&amp;nbsp;1 having image&amp;nbsp;content and sheet 2 having &amp;nbsp;records from source location, copy it to destination Location, while copying&amp;nbsp;xls file at&amp;nbsp;destination(SAS Server) the file getting corrupted, please could any one help me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;file name&lt;/P&gt;&lt;P&gt;expfile ref ftp &amp;nbsp;"&amp;amp; file.xls" &amp;nbsp;cd= path&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;data _null_;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;infile expfile NBYTE=n;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INPUT;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;file "/serverpath/file.xls" recfm=n;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;put _INFILE_ @@;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 19:58:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-XLS-Image-File-using-SAS/m-p/461683#M284790</guid>
      <dc:creator>SAS_PA1</dc:creator>
      <dc:date>2018-05-11T19:58:02Z</dc:date>
    </item>
  </channel>
</rss>

