<?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 Library weirdness in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Library-weirdness/m-p/744616#M9976</link>
    <description>&lt;P&gt;Using SAS Studio OnDemand for Academics, the following code generates a file (STATIONDATAEXISTING) under two LIBRARIES:&amp;nbsp; SOCAL and FORMATS .&amp;nbsp; Why would it create one in the FORMATS library?&amp;nbsp; When I delete it from the FORMATS library the entry under the SOCAL library disappears too.&amp;nbsp; Seems weird.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for any guidance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gene&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data socal.stationdataexisting;
input station $ lat long alt az elev;
datalines;
US000S 34.290983 -116.383718 .898 198.31 54.33
US000V 33.960142 -117.259044 .533 47.06 67.3
US001Q 33.960142 -117.259044 .533 129.44 68.32
US001R 34.290983 -116.383718 .898 90 45
US001E 33.640000 -117.60 .500 . .
;
run;
data socal.stationdataexisting;
set socal.stationdataexisting;
/*Define Center of Grid as location of US000S*/
xpos=(long-(-116.383718))*91.09;
ypos=(lat-(34.29083))*111.19;
zpos= alt;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 29 May 2021 14:17:32 GMT</pubDate>
    <dc:creator>genemroz</dc:creator>
    <dc:date>2021-05-29T14:17:32Z</dc:date>
    <item>
      <title>Library weirdness</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Library-weirdness/m-p/744616#M9976</link>
      <description>&lt;P&gt;Using SAS Studio OnDemand for Academics, the following code generates a file (STATIONDATAEXISTING) under two LIBRARIES:&amp;nbsp; SOCAL and FORMATS .&amp;nbsp; Why would it create one in the FORMATS library?&amp;nbsp; When I delete it from the FORMATS library the entry under the SOCAL library disappears too.&amp;nbsp; Seems weird.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for any guidance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gene&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data socal.stationdataexisting;
input station $ lat long alt az elev;
datalines;
US000S 34.290983 -116.383718 .898 198.31 54.33
US000V 33.960142 -117.259044 .533 47.06 67.3
US001Q 33.960142 -117.259044 .533 129.44 68.32
US001R 34.290983 -116.383718 .898 90 45
US001E 33.640000 -117.60 .500 . .
;
run;
data socal.stationdataexisting;
set socal.stationdataexisting;
/*Define Center of Grid as location of US000S*/
xpos=(long-(-116.383718))*91.09;
ypos=(lat-(34.29083))*111.19;
zpos= alt;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 29 May 2021 14:17:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Library-weirdness/m-p/744616#M9976</guid>
      <dc:creator>genemroz</dc:creator>
      <dc:date>2021-05-29T14:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Library weirdness</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Library-weirdness/m-p/744620#M9977</link>
      <description>&lt;P&gt;the first thing that comes to mind is that you have assigned library SOCAL and library FORMATS to the same folder.&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 15:42:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Library-weirdness/m-p/744620#M9977</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-05-29T15:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Library weirdness</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Library-weirdness/m-p/744629#M9978</link>
      <description>Indeed, so it was.  Thanks for the response.&lt;BR /&gt;&lt;BR /&gt;Gene</description>
      <pubDate>Sat, 29 May 2021 20:45:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Library-weirdness/m-p/744629#M9978</guid>
      <dc:creator>genemroz</dc:creator>
      <dc:date>2021-05-29T20:45:53Z</dc:date>
    </item>
  </channel>
</rss>

