<?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 in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Create-SAS-formats-from-SAS-programs/m-p/636123#M21362</link>
    <description>&lt;P&gt;You can run the the CREATE format files to place the formats in your system. Maybe. If you working in a server environment the admin may have restrictions on the options of addressing the formats library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other two files are only examples of associated the formats created with specific variables. As such they need to be associated with a data or proc step using a data set with those variables. This might be done by means of an %include statement to call the format assignment.&lt;/P&gt;
&lt;PRE&gt;Data want;
    set have; /* or any other data set*/
   %include "c:\path\subfolder\&lt;SPAN class="lia-link-navigation lia-attachment-link-disabled lia-link-disabled"&gt;Combined formats a180c.sas&lt;/SPAN&gt;.sas";
run;&lt;/PRE&gt;
&lt;P&gt;However the above will create variables in the data set if they do not exist. The include statement should include the complete path. Also if you are in a server environment the path needs to be available to the server executing your SAS code and may not read files from your computer's hard drive.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Mar 2020 09:32:16 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-03-31T09:32:16Z</dc:date>
    <item>
      <title>Create SAS formats from SAS programs</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Create-SAS-formats-from-SAS-programs/m-p/636059#M21359</link>
      <description>&lt;P&gt;How do i create SAS format library with following attachments?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 12:06:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Create-SAS-formats-from-SAS-programs/m-p/636059#M21359</guid>
      <dc:creator>grg_77</dc:creator>
      <dc:date>2020-03-31T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Create-SAS-formats-from-SAS-programs/m-p/636068#M21361</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/317757"&gt;@grg_77&lt;/a&gt;&amp;nbsp;! Thank you for using our SAS Communities. This &lt;A href="https://support.sas.com/kb/23/007.html" target="_self"&gt;Usage Note 23007: How can I permanently store and use formats that I have created?&amp;nbsp;&lt;/A&gt;&amp;nbsp;may help you with your query as well as this paper &lt;A href="https://support.sas.com/resources/papers/proceedings12/048-2012.pdf" target="_self"&gt;here.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope it helps!&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 03:41:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Create-SAS-formats-from-SAS-programs/m-p/636068#M21361</guid>
      <dc:creator>SAS_Cares</dc:creator>
      <dc:date>2020-03-31T03:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Create-SAS-formats-from-SAS-programs/m-p/636123#M21362</link>
      <description>&lt;P&gt;You can run the the CREATE format files to place the formats in your system. Maybe. If you working in a server environment the admin may have restrictions on the options of addressing the formats library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other two files are only examples of associated the formats created with specific variables. As such they need to be associated with a data or proc step using a data set with those variables. This might be done by means of an %include statement to call the format assignment.&lt;/P&gt;
&lt;PRE&gt;Data want;
    set have; /* or any other data set*/
   %include "c:\path\subfolder\&lt;SPAN class="lia-link-navigation lia-attachment-link-disabled lia-link-disabled"&gt;Combined formats a180c.sas&lt;/SPAN&gt;.sas";
run;&lt;/PRE&gt;
&lt;P&gt;However the above will create variables in the data set if they do not exist. The include statement should include the complete path. Also if you are in a server environment the path needs to be available to the server executing your SAS code and may not read files from your computer's hard drive.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 09:32:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Create-SAS-formats-from-SAS-programs/m-p/636123#M21362</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-03-31T09:32:16Z</dc:date>
    </item>
  </channel>
</rss>

