<?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: Download an image from SAS Enterprise Guide in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916893#M361160</link>
    <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/458221"&gt;@marina_unn&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Going by the paths you have posted in the forum, it appears that SAS is installed on a Linux server and users are using SAS EG as their client. Users home directory is on the Linux server and not accessible /mounted on the Windows client (Laptop/Desktop).&lt;BR /&gt;If this is indeed the case, one can use SCP/SFTP clients such as Filezilla to download&amp;nbsp; files from the home directory to the local machine (laptop/desktop). &lt;BR /&gt;For files of smaller size one can always write SAS code to email the file to themselves.&lt;BR /&gt;In your situation, if I have issues,&amp;nbsp; I would not hesitate to seek help from peers/seniors /SAS Admin/Local IT support whichever is feasible.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 01:28:12 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2024-02-20T01:28:12Z</dc:date>
    <item>
      <title>Download an image from SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916418#M360964</link>
      <description>&lt;P&gt;Dear SAS users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am relatively new to EG and I cannot figure out how to download a plot to my local machine form EG server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code I use to produce a plot, not sure it is the best one. The plot is saved under the "figs" folder on the server, but then I see no way to download it on Windows except sending it to Word (but I want to save it as a .png file on a Windows machine).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods html path='/sasdata/user/mes515/sasuser.v94/NORSTENT/figs'(url=NONE) image_dpi=250;
ods graphics on /attrpriority=none imagename="image01" imagefmt=jpeg noborder;
proc sgplot data=sashelp.class;
vbar sex;
run;
ods graphics off;
ods html close;&lt;/PRE&gt;&lt;P&gt;I would appreciate any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 09:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916418#M360964</guid>
      <dc:creator>marina_unn</dc:creator>
      <dc:date>2024-02-16T09:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Download an image from SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916422#M360966</link>
      <description>&lt;P&gt;Use the Copy Files task.&lt;/P&gt;
&lt;P&gt;If /sasdata/user/mes515 is your home directory, it is found in the navigation pane under servername (e.g. SASApp) - Files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 10:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916422#M360966</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-02-16T10:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Download an image from SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916434#M360974</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I can move the plot to&amp;nbsp;&lt;SPAN&gt;/sasdata/user/mes515 directory, but I still cannot download or open it with Windows. When I try to open it, there is only a text file, and there is no option "download" of "save image as".&amp;nbsp; I mean I still cannot get the plot on my local machine, reagardless in which directory of SAS EG it is.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any other solution I can try?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Marina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 13:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916434#M360974</guid>
      <dc:creator>marina_unn</dc:creator>
      <dc:date>2024-02-16T13:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Download an image from SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916523#M360993</link>
      <description>&lt;P&gt;So you download image01.jpg to your PC?&lt;/P&gt;
&lt;P&gt;What does a right-click reveal about its size on the server and after the download?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 18:14:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916523#M360993</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-02-16T18:14:27Z</dc:date>
    </item>
    <item>
      <title>Download an image from SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916784#M361113</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, I cannot download an image from EG. If i right-click on in the image in my Home/sasuser.v94/NORSTENT/figs folder, I can choose from "Open, Delete, Link to, Rename, Copy or Properties". No option to download it. If I click on "Open", I get a text file opening on Windows (in the Notepad), so Windows does not see this file as an image at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you suggest, I can check the size of the file under "Properties", it is&amp;nbsp;13.1 KB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think something is wrong in the way a plot is saved?&amp;nbsp; Here is the code I tried, using a sashelp dataset:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;title "Example figure";
ods listing gpath="/sasdata/user/mes515/sasuser.v94/NORSTENT/figs";
goptions reset=all gsfname=grafout gsfmode=replace device=png;
ods graphics on /attrpriority=none imagename="heart_data" imagefmt=png noborder;
proc sgpanel data=sashelp.heart;
panelby weight_status / onepanel layout=columnlattice norvarname;
vbar chol_status / group=sex groupdisplay=cluster;
rowaxis grid;
run;&lt;/PRE&gt;&lt;P&gt;I would appreciate any more advice, I still cannot figure out how to save a plot as a file on Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 13:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916784#M361113</guid>
      <dc:creator>marina_unn</dc:creator>
      <dc:date>2024-02-19T13:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Download an image from SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916893#M361160</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/458221"&gt;@marina_unn&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Going by the paths you have posted in the forum, it appears that SAS is installed on a Linux server and users are using SAS EG as their client. Users home directory is on the Linux server and not accessible /mounted on the Windows client (Laptop/Desktop).&lt;BR /&gt;If this is indeed the case, one can use SCP/SFTP clients such as Filezilla to download&amp;nbsp; files from the home directory to the local machine (laptop/desktop). &lt;BR /&gt;For files of smaller size one can always write SAS code to email the file to themselves.&lt;BR /&gt;In your situation, if I have issues,&amp;nbsp; I would not hesitate to seek help from peers/seniors /SAS Admin/Local IT support whichever is feasible.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 01:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916893#M361160</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2024-02-20T01:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Download an image from SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916973#M361194</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/131732"&gt;@Sajid01&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the explanation! Yes, I agree that in my case I should reach to SAS support at my organisation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I will also check how to send an email with the plot form within SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marina&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 14:08:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Download-an-image-from-SAS-Enterprise-Guide/m-p/916973#M361194</guid>
      <dc:creator>marina_unn</dc:creator>
      <dc:date>2024-02-20T14:08:12Z</dc:date>
    </item>
  </channel>
</rss>

