<?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 Graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428351#M14775</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/165195"&gt;@Ahsan&lt;/a&gt; wrote:&lt;BR /&gt;thank you for your help I see the map in html format. When I try to export and save it on to desktop then send it html link to the client it ask them to install sasgraph.exe do you know why is that.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There's no way that anybody can answer this without a lot more information. What html link are you sending? Does your client have access to the server location where the .html file is located?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you mean "when I try to export and save it on to desktop"? No such instructions were given to export (?) and save it to desktop. What do you mean by "export" anyway? Explain using SAS terminology, describing the steps with their SAS names.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jan 2018 13:22:10 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-01-17T13:22:10Z</dc:date>
    <item>
      <title>SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428149#M14751</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am helping one of the user I export&amp;nbsp;the client SAS map from&amp;nbsp;into html format it ask to install sasgraph.exe which I downloaded and it show's the graph in html format on the browser. My question is that the client is asking if there is a way to see the graph on the browser without installing sasgraph.exe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 20:09:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428149#M14751</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-01-16T20:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428159#M14752</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/165195"&gt;@Ahsan&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am helping one of the user I export&amp;nbsp;the client SAS map from&amp;nbsp;into html format it ask to install sasgraph.exe which I downloaded and it show's the graph in html format on the browser. My question is that the client is asking if there is a way to see the graph on the browser without installing sasgraph.exe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;If you mean, can other people who do not have SAS/GRAPH (or even SAS) see the .html output, the answer is yes. You just have to write it to a server location that people have access to, and then provide the full path to the .html file that is created.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that what you are asking?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 20:30:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428159#M14752</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-01-16T20:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428162#M14753</link>
      <description>yes that what I am asking. That's the code SAS Enterprise generated.&lt;BR /&gt;%_eg_conditional_dropds(WORK.MAPCHARTMAPPREP);&lt;BR /&gt;PROC SQL;&lt;BR /&gt;CREATE VIEW WORK.MAPCHARTMAPPREP AS&lt;BR /&gt;SELECT *&lt;BR /&gt;FROM MAPSGFK.US_COUNTIES&lt;BR /&gt;WHERE STATECODE = 'NC'&lt;BR /&gt;;&lt;BR /&gt;QUIT;&lt;BR /&gt;&lt;BR /&gt;%_eg_conditional_dropds(WORK.MAPCHARTRESPONSEPREP);&lt;BR /&gt;PROC SQL;&lt;BR /&gt;CREATE VIEW WORK.MAPCHARTRESPONSEPREP AS&lt;BR /&gt;SELECT *&lt;BR /&gt;FROM WORK.deviations_by_county&lt;BR /&gt;;&lt;BR /&gt;QUIT;&lt;BR /&gt;&lt;BR /&gt;GOPTIONS CBACK=&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;PATTERN1 VALUE=SOLID COLOR=CX99CC00;&lt;BR /&gt;PATTERN2 VALUE=SOLID COLOR=WHITE;&lt;BR /&gt;PATTERN3 VALUE=SOLID COLOR=YELLOW;&lt;BR /&gt;PATTERN4 VALUE=SOLID COLOR=CXFF6600;&lt;BR /&gt;PATTERN5 VALUE=SOLID COLOR=RED;&lt;BR /&gt;&lt;BR /&gt;LEGEND1&lt;BR /&gt;DOWN=5&lt;BR /&gt;FRAME&lt;BR /&gt;LABEL=( FONT='Times New Roman' HEIGHT=14pt JUSTIFY=LEFT "Light green counties have unusually LOW per enrollee spending. "&lt;BR /&gt;FONT='Times New Roman' HEIGHT=14pt JUSTIFY=LEFT "White counties have spending per enrollee that is within plus or minus one standard deviation from the mean. "&lt;BR /&gt;FONT='Times New Roman' HEIGHT=14pt JUSTIFY=LEFT "Yellow, orange, and red counties have unusually HIGH per enrollee spending.")&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;TITLE;FOOTNOTE;&lt;BR /&gt;&lt;BR /&gt;TITLE1 "NEMT Per Medicaid Enrollee Spend by County";&lt;BR /&gt;TITLE2 "Standard Deviations Above or Below Average";&lt;BR /&gt;&lt;BR /&gt;FOOTNOTE1 "";&lt;BR /&gt;&lt;BR /&gt;ods html body="test.htm"&lt;BR /&gt;(title="NEMT spending by county") style=htmlblue&lt;BR /&gt;&lt;BR /&gt;/* this successfully creates a test.htm file in the EXMAP library, but the file is blank,&lt;BR /&gt;and this isn't the destination I actually want anyway*/&lt;BR /&gt;path="/sas/RA/nc_dhhs/OIA/ContinuousAudit/ContinuousAuditShared/CommonResources/ExampleMapProject"&lt;BR /&gt;&lt;BR /&gt;/*I'm trying to export to desktop using either of the paths below but it's not working yet. */&lt;BR /&gt;/*path="/sas/sas94/sas94config/Lev5/SASApp"*/&lt;BR /&gt;/*path="//trvwcfs02/NC_SAS_PROD/bwhite6/Desktop/_sas_sas94_sas94config_Lev5_SASApp_test_htm.html"*/&lt;BR /&gt;(url=none);&lt;BR /&gt;ods html close;&lt;BR /&gt;/* while the HTML files don't work, this code does successfully generate a map&lt;BR /&gt;in a SAS Report format. I then tried opening the SAS report and using SAS EG&lt;BR /&gt;"Export" or "Send To" to generate an HTML file I can share with others.&lt;BR /&gt;I'm able to create an HTML file but it doesn't display the map. */&lt;BR /&gt;&lt;BR /&gt;PROC GMAP GOUT=MAPCHART DATA=WORK.MAPCHARTRESPONSEPREP MAP=WORK.MAPCHARTMAPPREP ALL;&lt;BR /&gt;ID STATE COUNTY;&lt;BR /&gt;choro Deviations /&lt;BR /&gt;WOUTLINE=1&lt;BR /&gt;CDEFAULT=BLACK&lt;BR /&gt;DISCRETE&lt;BR /&gt;LEGEND=LEGEND1 html=tooltip&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;BR /&gt;QUIT;&lt;BR /&gt;&lt;BR /&gt;TITLE;FOOTNOTE;&lt;BR /&gt;&lt;BR /&gt;GOPTIONS RESET=LEGEND;&lt;BR /&gt;&lt;BR /&gt;GOPTIONS RESET=PATTERN;&lt;BR /&gt;&lt;BR /&gt;GOPTIONS CBACK=;&lt;BR /&gt;&lt;BR /&gt;%_eg_conditional_dropds(WORK.MAPCHARTRESPONSEPREP);&lt;BR /&gt;%_eg_conditional_dropds(WORK.MAPCHARTMAPPREP);&lt;BR /&gt;&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;End of task code&lt;BR /&gt;------------------------------------------------------------------- */</description>
      <pubDate>Tue, 16 Jan 2018 20:37:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428162#M14753</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-01-16T20:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428163#M14754</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;That's the code SAS Enterprise generated&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Do you mean Enterprise Guide, or Enterprise Miner, or something else?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 20:50:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428163#M14754</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-01-16T20:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428165#M14755</link>
      <description>Enterprise guide that's the code client wrote actually.</description>
      <pubDate>Tue, 16 Jan 2018 20:52:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428165#M14755</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-01-16T20:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428168#M14756</link>
      <description>&lt;P&gt;l'm not an expert on Enterprise Guide, but I believe all you have to do is define a server location that everyone can access in the ODS HTML statement&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html file='graph.html' path='\\server\folder\subfolder' gpath='\\server\folder\subfolder';
proc gmap data=whatever;
    ... lines of code ....
run;
quit;
ods html close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jan 2018 21:11:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428168#M14756</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-01-16T21:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428189#M14759</link>
      <description>thank you for your help I see the map in html format. When I try to export and save it on to desktop then send it html link to the client it ask them to install sasgraph.exe do you know why is that.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jan 2018 22:09:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428189#M14759</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-01-16T22:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428190#M14760</link>
      <description>&lt;P&gt;Try creating an HTML5 doc and sending that over.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 22:11:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428190#M14760</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-16T22:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428191#M14761</link>
      <description>how do we do that.</description>
      <pubDate>Tue, 16 Jan 2018 22:12:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428191#M14761</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-01-16T22:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428193#M14762</link>
      <description>&lt;P&gt;Change ODS HTML to ODS HTML5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And/or change the output selection in the drop down.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 22:14:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428193#M14762</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-16T22:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428351#M14775</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/165195"&gt;@Ahsan&lt;/a&gt; wrote:&lt;BR /&gt;thank you for your help I see the map in html format. When I try to export and save it on to desktop then send it html link to the client it ask them to install sasgraph.exe do you know why is that.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There's no way that anybody can answer this without a lot more information. What html link are you sending? Does your client have access to the server location where the .html file is located?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you mean "when I try to export and save it on to desktop"? No such instructions were given to export (?) and save it to desktop. What do you mean by "export" anyway? Explain using SAS terminology, describing the steps with their SAS names.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 13:22:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428351#M14775</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-01-17T13:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428363#M14778</link>
      <description>some end user's doesn't have the access to the server where the file is located that's why after I got the results in html format I export the file using export function in SAS enterprise guide so they can see the graph without installing sasgraph.exe the problem is when I send the link to the client it prompted to install sasgraph.exe not all the user have SAS I just want to send the file where they don't need to install any SAS utility to view the graph. Please help</description>
      <pubDate>Wed, 17 Jan 2018 13:54:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428363#M14778</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-01-17T13:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428369#M14782</link>
      <description>&lt;P&gt;It appears you have generated your output using the ActiveX control. To get the same appearance of the graph that you can send to someone without the control, change the device from ACTIVEX to ACTXIMG (ActiveX image). The output will contain a PNG image that can be viewed by anyone.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 14:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428369#M14782</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-01-17T14:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428370#M14783</link>
      <description>&lt;P&gt;If users don't have the access to the server, you'd have to send them the .html file and the graphs (.png or .gif or .jpg files) that are created.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As stated, exporting is not a step in this process.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 14:11:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428370#M14783</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-01-17T14:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428398#M14791</link>
      <description>how do we change that</description>
      <pubDate>Wed, 17 Jan 2018 15:02:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428398#M14791</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-01-17T15:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428405#M14792</link>
      <description>they have tooltip in the html. I did converted to jpg file but how i can't add tooltip feature in it.</description>
      <pubDate>Wed, 17 Jan 2018 15:14:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428405#M14792</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-01-17T15:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428437#M14798</link>
      <description>&lt;P&gt;JPEGs don't have tool tips, the web page/HTML file can have tool tips.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 15:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428437#M14798</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-17T15:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428531#M14807</link>
      <description>&lt;P&gt;The&amp;nbsp;code does successfully generate a map&lt;/P&gt;&lt;P&gt;in a SAS Report format.&amp;nbsp;Then i&amp;nbsp;tried opening the SAS report and using SAS EG&lt;/P&gt;&lt;P&gt;"Export" or "Send To" to generate an HTML file I can share with others.&lt;/P&gt;&lt;P&gt;I'm able to create an HTML file but it doesn't display the map.&amp;nbsp; Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 18:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428531#M14807</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-01-17T18:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428535#M14808</link>
      <description>&lt;P&gt;As I stated earlier, using the ODS HTML command properly will generate the html file and the proper GIF/JPG/PNG file with the image. There is no need to Export anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you state:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;I'm able to create an HTML file but it doesn't display the map.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Several times I have had to ask for details, but each new piece information contains no detail at all to help us understand what is happening. Can we have the details (SAS Code, SAS LOG, and anything else that is relevant) from now on without asking?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 18:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428535#M14808</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-01-17T18:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428537#M14809</link>
      <description>Please see the code&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;Code generated by SAS Task&lt;BR /&gt;&lt;BR /&gt;Generated on: Thursday, May 4, 2017 at 1:08:28 PM&lt;BR /&gt;By task: Map Chart&lt;BR /&gt;&lt;BR /&gt;Map Data: SASApp:MAPSGFK.US_COUNTIES Response Data: SASApp:WORK.ADDCOUNTYID Server: SASApp&lt;BR /&gt;------------------------------------------------------------------- */&lt;BR /&gt;&lt;BR /&gt;%_eg_conditional_dropds(WORK.MAPCHARTMAPPREP);&lt;BR /&gt;PROC SQL;&lt;BR /&gt;CREATE VIEW WORK.MAPCHARTMAPPREP AS&lt;BR /&gt;SELECT *&lt;BR /&gt;FROM MAPSGFK.US_COUNTIES&lt;BR /&gt;WHERE STATECODE = 'NC'&lt;BR /&gt;;&lt;BR /&gt;QUIT;&lt;BR /&gt;&lt;BR /&gt;%_eg_conditional_dropds(WORK.MAPCHARTRESPONSEPREP);&lt;BR /&gt;PROC SQL;&lt;BR /&gt;CREATE VIEW WORK.MAPCHARTRESPONSEPREP AS&lt;BR /&gt;SELECT *&lt;BR /&gt;FROM WORK.deviations_by_county&lt;BR /&gt;;&lt;BR /&gt;QUIT;&lt;BR /&gt;&lt;BR /&gt;GOPTIONS CBACK=&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;PATTERN1 VALUE=SOLID COLOR=CX99CC00;&lt;BR /&gt;PATTERN2 VALUE=SOLID COLOR=WHITE;&lt;BR /&gt;PATTERN3 VALUE=SOLID COLOR=YELLOW;&lt;BR /&gt;PATTERN4 VALUE=SOLID COLOR=CXFF6600;&lt;BR /&gt;PATTERN5 VALUE=SOLID COLOR=RED;&lt;BR /&gt;&lt;BR /&gt;LEGEND1&lt;BR /&gt;DOWN=5&lt;BR /&gt;FRAME&lt;BR /&gt;LABEL=( FONT='Times New Roman' HEIGHT=14pt JUSTIFY=LEFT "Light green counties have unusually LOW per enrollee spending. "&lt;BR /&gt;FONT='Times New Roman' HEIGHT=14pt JUSTIFY=LEFT "White counties have spending per enrollee that is within plus or minus one standard deviation from the mean. "&lt;BR /&gt;FONT='Times New Roman' HEIGHT=14pt JUSTIFY=LEFT "Yellow, orange, and red counties have unusually HIGH per enrollee spending.")&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;TITLE;FOOTNOTE;&lt;BR /&gt;&lt;BR /&gt;TITLE1 "NEMT Per Medicaid Enrollee Spend by County";&lt;BR /&gt;TITLE2 "Standard Deviations Above or Below Average";&lt;BR /&gt;&lt;BR /&gt;FOOTNOTE1 "";&lt;BR /&gt;&lt;BR /&gt;ods html5 body="test.htm"&lt;BR /&gt;(title="NEMT spending by county") style=htmlblue&lt;BR /&gt;&lt;BR /&gt;/* this successfully creates a test.htm file in the EXMAP library, but the file is blank,&lt;BR /&gt;and this isn't the destination I actually want anyway*/&lt;BR /&gt;path="/sas/RA/nc_dhhs/OIA/ContinuousAudit/ContinuousAuditShared/CommonResources/ExampleMapProject"&lt;BR /&gt;&lt;BR /&gt;/*I'm trying to export to desktop using either of the paths below but it's not working yet. */&lt;BR /&gt;/*path="/sas/sas94/sas94config/Lev5/SASApp"*/&lt;BR /&gt;/*path="//trvwcfs02/NC_SAS_PROD/bwhite6/Desktop/_sas_sas94_sas94config_Lev5_SASApp_test_htm.html"*/&lt;BR /&gt;(url=none);&lt;BR /&gt;ods html5 close;&lt;BR /&gt;/* while the HTML files don't work, this code does successfully generate a map&lt;BR /&gt;in a SAS Report format. I then tried opening the SAS report and using SAS EG&lt;BR /&gt;"Export" or "Send To" to generate an HTML file I can share with others.&lt;BR /&gt;I'm able to create an HTML file but it doesn't display the map. */&lt;BR /&gt;&lt;BR /&gt;PROC GMAP GOUT=MAPCHART DATA=WORK.MAPCHARTRESPONSEPREP MAP=WORK.MAPCHARTMAPPREP ALL;&lt;BR /&gt;ID STATE COUNTY;&lt;BR /&gt;choro Deviations /&lt;BR /&gt;WOUTLINE=1&lt;BR /&gt;CDEFAULT=BLACK&lt;BR /&gt;DISCRETE&lt;BR /&gt;LEGEND=LEGEND1 html=tooltip&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;BR /&gt;QUIT;&lt;BR /&gt;&lt;BR /&gt;TITLE;FOOTNOTE;&lt;BR /&gt;&lt;BR /&gt;GOPTIONS RESET=LEGEND;&lt;BR /&gt;&lt;BR /&gt;GOPTIONS RESET=PATTERN;&lt;BR /&gt;&lt;BR /&gt;GOPTIONS CBACK=;&lt;BR /&gt;&lt;BR /&gt;%_eg_conditional_dropds(WORK.MAPCHARTRESPONSEPREP);&lt;BR /&gt;%_eg_conditional_dropds(WORK.MAPCHARTMAPPREP);&lt;BR /&gt;&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;End of task code&lt;BR /&gt;------------------------------------------------------------------- */&lt;BR /&gt;Also html has toolkit option which I believe we don't have in any other format.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2018 18:28:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/428537#M14809</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-01-17T18:28:19Z</dc:date>
    </item>
  </channel>
</rss>

