<?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: How to create SAS Library, create Proc format &amp;amp; view the user defined formats? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361023#M85090</link>
    <description>&lt;P&gt;So when setting up library all you need is the path. The libname statement from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;&amp;nbsp;should be enough of a hint.&lt;/P&gt;
&lt;P&gt;Otheriwse, see the YouTube videos on&amp;nbsp;&lt;/P&gt;
&lt;P&gt;support.sas.com/training/tutorial&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They have videos for all of your questions above.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2017 06:07:36 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-05-24T06:07:36Z</dc:date>
    <item>
      <title>How to create SAS Library, create Proc format &amp; view the user defined formats?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361009#M85084</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me out to clear my below mentioned doubts:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please explain the same with code and examples.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. How to create sas library&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a. Manually&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b. Through SAS code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Create Formats using Proc Format &amp;nbsp;&amp;amp; How to view the existing formats.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 04:37:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361009#M85084</guid>
      <dc:creator>ImPrem</dc:creator>
      <dc:date>2017-05-24T04:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS Library, create Proc format &amp; view the user defined formats?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361011#M85085</link>
      <description>&lt;P&gt;1. How to create sas library&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a. Manually&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right click the explorer window --&amp;gt; New --&amp;gt; Library&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b. Through SAS code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; path = your_path_goes_here;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;libname&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; mylib &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;path"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Create Formats using Proc Format &amp;nbsp;&amp;amp; How to view the existing formats.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473481.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473481.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 05:10:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361011#M85085</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-05-24T05:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS Library, create Proc format &amp; view the user defined formats?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361013#M85086</link>
      <description>&lt;P&gt;Im a beginner for Base SAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;a. Manally&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its shows "Name, Engine, Path &amp;amp; Options". Don't have any clue, what to do with that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As well as i don't know the default library path.... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;b. Through SAS Code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;%let path = your_path_goes_here;
      libname mylib "&amp;amp;path"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just started learning Base SAS, i think, its "Macro". I'm not yet started to learn Macro. But, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you give me some simple example with "Libname Statement" or any other way to do the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Create Formats using Proc Format &amp;nbsp;&amp;amp; How to view the existing formats.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How i will save it in library &amp;amp; view the format using "&lt;STRONG&gt;fmtlib"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;proc format ;&lt;/P&gt;&lt;P&gt;value $response&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Y'='Yes'&lt;/P&gt;&lt;P&gt;'N'='No'&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 05:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361013#M85086</guid>
      <dc:creator>ImPrem</dc:creator>
      <dc:date>2017-05-24T05:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS Library, create Proc format &amp; view the user defined formats?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361014#M85087</link>
      <description>&lt;P&gt;Do you know what a SAS Library is?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 05:39:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361014#M85087</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-24T05:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS Library, create Proc format &amp; view the user defined formats?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361015#M85088</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS files are stored in SAS library.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In simple way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS Library- Folder&lt;/P&gt;&lt;P&gt;SAS Files (SAS Data Set) - Files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please correct me, if i'm wrong!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 05:43:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361015#M85088</guid>
      <dc:creator>ImPrem</dc:creator>
      <dc:date>2017-05-24T05:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS Library, create Proc format &amp; view the user defined formats?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361023#M85090</link>
      <description>&lt;P&gt;So when setting up library all you need is the path. The libname statement from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;&amp;nbsp;should be enough of a hint.&lt;/P&gt;
&lt;P&gt;Otheriwse, see the YouTube videos on&amp;nbsp;&lt;/P&gt;
&lt;P&gt;support.sas.com/training/tutorial&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They have videos for all of your questions above.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 06:07:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361023#M85090</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-24T06:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS Library, create Proc format &amp; view the user defined formats?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361025#M85092</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;: Thanks &amp;amp; supporting urls/links will be much appreciated!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 06:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361025#M85092</guid>
      <dc:creator>ImPrem</dc:creator>
      <dc:date>2017-05-24T06:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS Library, create Proc format &amp; view the user defined formats?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361027#M85094</link>
      <description>&lt;A href="https://support.sas.com/edu/schedules.html?ctry=us&amp;amp;crs=PROG1" target="_blank"&gt;https://support.sas.com/edu/schedules.html?ctry=us&amp;amp;crs=PROG1&lt;/A&gt;</description>
      <pubDate>Wed, 24 May 2017 06:16:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361027#M85094</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-05-24T06:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS Library, create Proc format &amp; view the user defined formats?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361029#M85095</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/143255"&gt;@ImPrem&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;: Thanks &amp;amp; supporting urls/links will be much appreciated!!&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The link is in the post.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 06:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-Library-create-Proc-format-amp-view-the-user/m-p/361029#M85095</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-24T06:19:50Z</dc:date>
    </item>
  </channel>
</rss>

