<?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: Image URL to Actual Image in a column using SAS Stored process in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499923#M5785</link>
    <description>That's significantly different than your initial question to store it in a data set. You can use PROC HTTP to download the image and store it locally and reference it or your HTML can reference the URL to include. It depends a bit on your output format, since an HTML report just links usually, HTML5, PDF, RTF, PowerPoint will embed the images. So you need to provide more details on what you're trying to do.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2012/12/18/using-sas-to-access-data-stored-on-dropbox/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2012/12/18/using-sas-to-access-data-stored-on-dropbox/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A similar idea to the blog post above can be used to download the file. But not you have it stored locally and still need to reference it somehow.</description>
    <pubDate>Fri, 28 Sep 2018 15:06:57 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-09-28T15:06:57Z</dc:date>
    <item>
      <title>Image URL to Actual Image in a column using SAS Stored process</title>
      <link>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499361#M5780</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column which has a Image URL. I would like to write a SAS Stored Process which will give me the actual image from the corresponding Image URL in a new column "Image". Is this feasible in SAS Stored Process?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!!!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 04:20:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499361#M5780</guid>
      <dc:creator>ankitshah_15</dc:creator>
      <dc:date>2018-09-27T04:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Image URL to Actual Image in a column using SAS Stored process</title>
      <link>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499362#M5781</link>
      <description>&lt;P&gt;Does your database support storing images in a column? AFAIK SAS does not natively but many DBs support this option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 04:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499362#M5781</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-27T04:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Image URL to Actual Image in a column using SAS Stored process</title>
      <link>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499364#M5782</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the image URLs stored in Netezza DB. It allows storing of URLs in columns&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 04:28:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499364#M5782</guid>
      <dc:creator>ankitshah_15</dc:creator>
      <dc:date>2018-09-27T04:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Image URL to Actual Image in a column using SAS Stored process</title>
      <link>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499524#M5783</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/193766"&gt;@ankitshah_15&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Reeza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the image URLs stored in Netezza DB. It allows storing of URLs in columns&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Unless I'm mistaken, your question seems like you're asking to store the image, not the image URL? Does Netezza support image type columns?&lt;/P&gt;
&lt;P&gt;If that's incorrect, what are you trying to do?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 14:00:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499524#M5783</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-27T14:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Image URL to Actual Image in a column using SAS Stored process</title>
      <link>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499765#M5784</link>
      <description>Hi Reeza,&lt;BR /&gt;&lt;BR /&gt;Image URL is already stored in one of the columns in the Netezza table. My ask is to automatically fetch the images from the URL and display the image as SAS Output in one of the columns possibly via proc report</description>
      <pubDate>Fri, 28 Sep 2018 03:55:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499765#M5784</guid>
      <dc:creator>ankitshah_15</dc:creator>
      <dc:date>2018-09-28T03:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Image URL to Actual Image in a column using SAS Stored process</title>
      <link>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499923#M5785</link>
      <description>That's significantly different than your initial question to store it in a data set. You can use PROC HTTP to download the image and store it locally and reference it or your HTML can reference the URL to include. It depends a bit on your output format, since an HTML report just links usually, HTML5, PDF, RTF, PowerPoint will embed the images. So you need to provide more details on what you're trying to do.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2012/12/18/using-sas-to-access-data-stored-on-dropbox/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2012/12/18/using-sas-to-access-data-stored-on-dropbox/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A similar idea to the blog post above can be used to download the file. But not you have it stored locally and still need to reference it somehow.</description>
      <pubDate>Fri, 28 Sep 2018 15:06:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/499923#M5785</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-28T15:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Image URL to Actual Image in a column using SAS Stored process</title>
      <link>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/512033#M5786</link>
      <description>&lt;P&gt;Using PROC HTTP to retrieve the image seems to be the correct answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use DATA step code to get the desired URL from the&amp;nbsp;&lt;SPAN&gt;Netezza database, store it in a global macro variable, and then use that macro variable in the URL option of PROC HTTP.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Vince DelGobbo&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SAS R&amp;amp;D&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Nov 2018 20:59:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Image-URL-to-Actual-Image-in-a-column-using-SAS-Stored-process/m-p/512033#M5786</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2018-11-11T20:59:35Z</dc:date>
    </item>
  </channel>
</rss>

