<?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: Why is GChart or GMap NOT available in SAS University Edition? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636673#M21392</link>
    <description>&lt;P&gt;The MAPS* libraries don't ship with SAS University Edition.&amp;nbsp; Partly due to size (they are huge) and partly due to licensing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get &lt;A href="https://support.sas.com/rnd/datavisualization/mapsonline/index.html" target="_self"&gt;the content from SAS Maps Online&lt;/A&gt; (download, unzip, CIMPORT step...it's some work).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use 3rd party maps by importing shapefiles.&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13585"&gt;@GraphGuy&lt;/a&gt;&amp;nbsp;has a &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2019/12/03/free-maps-to-use-with-sgmap-in-base-sas/" target="_self"&gt;blog post showing how here&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2020 20:58:07 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2020-04-01T20:58:07Z</dc:date>
    <item>
      <title>Why is GChart or GMap NOT available in SAS University Edition?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636618#M21384</link>
      <description>&lt;P&gt;I am just starting to use &amp;amp; learn SAS University Edition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;It is a Unix/Linux OS so you have to be aware that naming conventions are in effect.&amp;nbsp; That is, Upper and Lower letters in naming files or pointing to files has to be EXACT.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;EX:&amp;nbsp; &amp;nbsp;libname mydata "/folders/myfolders/SAS_&lt;WBR /&gt;Salary";&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;IS&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000"&gt;NOT&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;THE SAME AS&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;libname mydata "/&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;F&lt;/STRONG&gt;&lt;/FONT&gt;olders/myfolders/&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;sas&lt;/STRONG&gt;&lt;/FONT&gt;_&lt;WBR /&gt;Salary";&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Also found when trying to "find and replace" text - be careful using the &amp;amp; (ampersand) in the text strings - it will use the macro variable Values to replace your text - if the macro variable has been assigned previously.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I tried to do a Proc GCHART and Proc GMAP - get an error that these Procs do not exist - Not completely aware why not and just asking so I better understand - I have my suspicions.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Regards - Charles Patridge&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;charles dot s dot patridge&amp;nbsp; AT gmail&amp;nbsp; dot com&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Apr 2020 17:58:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636618#M21384</guid>
      <dc:creator>CharlesPatridge</dc:creator>
      <dc:date>2020-04-01T17:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why is GChart or GMap NOT available in SAS University Edition?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636619#M21385</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/240787"&gt;@CharlesPatridge&lt;/a&gt;&amp;nbsp;- use SGPLOT and SGMAP instead.&amp;nbsp; They do everything you need, most likely, and that's where most of the development is happening.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 18:00:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636619#M21385</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-04-01T18:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why is GChart or GMap NOT available in SAS University Edition?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636620#M21386</link>
      <description>&lt;P&gt;Chris,&amp;nbsp; Thanks.&amp;nbsp; I will give that a try.&amp;nbsp; Chuck&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 18:02:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636620#M21386</guid>
      <dc:creator>CharlesPatridge</dc:creator>
      <dc:date>2020-04-01T18:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is GChart or GMap NOT available in SAS University Edition?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636666#M21391</link>
      <description>Chris,&lt;BR /&gt; &lt;BR /&gt;Trying PROC SGMAP -&lt;BR /&gt;Is the MAPS library available in the SAS University Edition?  If so, where?&lt;BR /&gt;need access to &lt;BR /&gt;maps.states&lt;BR /&gt;maps.uscenter&lt;BR /&gt;&lt;BR /&gt;to complete my test for SGMAP.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Apr 2020 20:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636666#M21391</guid>
      <dc:creator>CharlesPatridge</dc:creator>
      <dc:date>2020-04-01T20:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why is GChart or GMap NOT available in SAS University Edition?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636673#M21392</link>
      <description>&lt;P&gt;The MAPS* libraries don't ship with SAS University Edition.&amp;nbsp; Partly due to size (they are huge) and partly due to licensing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get &lt;A href="https://support.sas.com/rnd/datavisualization/mapsonline/index.html" target="_self"&gt;the content from SAS Maps Online&lt;/A&gt; (download, unzip, CIMPORT step...it's some work).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use 3rd party maps by importing shapefiles.&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13585"&gt;@GraphGuy&lt;/a&gt;&amp;nbsp;has a &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2019/12/03/free-maps-to-use-with-sgmap-in-base-sas/" target="_self"&gt;blog post showing how here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 20:58:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636673#M21392</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-04-01T20:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is GChart or GMap NOT available in SAS University Edition?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636710#M21400</link>
      <description>Because it does not include the SAS/Graph product. Use the newer statistical graphics procedures instead. Those are included.</description>
      <pubDate>Wed, 01 Apr 2020 23:31:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636710#M21400</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-04-01T23:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why is GChart or GMap NOT available in SAS University Edition?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636893#M21409</link>
      <description>&lt;P&gt;Tom or Chris,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I no longer have a valid SAS site license as I have been laid off so I can download the SAS map files.&amp;nbsp; Is there a generic SAS license I can use as a SAS University Edition user to download some SAS map files to practice my sas code for SAS/Graph programs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Chuck Patridge&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 15:18:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/636893#M21409</guid>
      <dc:creator>CharlesPatridge</dc:creator>
      <dc:date>2020-04-02T15:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why is GChart or GMap NOT available in SAS University Edition?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/637352#M21456</link>
      <description>&lt;P&gt;Hi Chuck,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;&lt;STRONG&gt;think&lt;/STRONG&gt; you can &lt;A href="https://support.sas.com/downloads/download.htm?did=104259" target="_self"&gt;download the SAS 9.2 maps.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But if not, I recommend finding freely available SHP files for the areas of interest.&amp;nbsp; You can &lt;A href="https://go.documentation.sas.com/?docsetId=grmapref&amp;amp;docsetTarget=p1rvpewhocha4yn1gipf920vchn3.htm&amp;amp;docsetVersion=9.4_01&amp;amp;locale=en" target="_self"&gt;use PROC MAPIMPORT to convert these&lt;/A&gt; for use in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 20:36:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-is-GChart-or-GMap-NOT-available-in-SAS-University-Edition/m-p/637352#M21456</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-04-03T20:36:33Z</dc:date>
    </item>
  </channel>
</rss>

