<?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: need to find Formats in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/need-to-find-Formats/m-p/45626#M12027</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
You'll need more than the location if you want to find out the values in the format.&lt;BR /&gt;
&lt;BR /&gt;
Try something like:&lt;BR /&gt;
&lt;BR /&gt;
proc format lib=???? cntlout=work.andy;&lt;BR /&gt;
	select  @lang ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
fmtsearch lists your search path for formats.&lt;BR /&gt;
&lt;BR /&gt;
Replace ???? with the library where your fomat catalog lives.  This will create a dataset with all the values within the lang format you are after.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.&lt;BR /&gt;
&lt;BR /&gt;
Cheers</description>
    <pubDate>Tue, 07 Dec 2010 15:18:19 GMT</pubDate>
    <dc:creator>mgst170</dc:creator>
    <dc:date>2010-12-07T15:18:19Z</dc:date>
    <item>
      <title>need to find Formats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/need-to-find-Formats/m-p/45624#M12025</link>
      <description>Hi Friends,&lt;BR /&gt;
&lt;BR /&gt;
Good Morning !!!&lt;BR /&gt;
&lt;BR /&gt;
In my program already predefined user formats are writtern.I need to find out the location of that formats to view that values.&lt;BR /&gt;
Eg: &lt;BR /&gt;
proc sql;&lt;BR /&gt;
create table members as&lt;BR /&gt;
select mlstnam label='Last Name',Mfstnam label='First Name' ,mmidnam label='Middle Name',&lt;B&gt;langcd as Language_Code, put(langcd,$lang.)&lt;/B&gt; as Language_Descr &lt;BR /&gt;
from hosp;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
Is there any procedure to find out that user defined formats?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance !!!!</description>
      <pubDate>Tue, 07 Dec 2010 14:18:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/need-to-find-Formats/m-p/45624#M12025</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-07T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: need to find Formats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/need-to-find-Formats/m-p/45625#M12026</link>
      <description>Hello Sudcha,&lt;BR /&gt;
&lt;BR /&gt;
Look at SASHELP.VFORMAT and SASHELP.VCFORMAT.&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Tue, 07 Dec 2010 14:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/need-to-find-Formats/m-p/45625#M12026</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2010-12-07T14:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: need to find Formats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/need-to-find-Formats/m-p/45626#M12027</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
You'll need more than the location if you want to find out the values in the format.&lt;BR /&gt;
&lt;BR /&gt;
Try something like:&lt;BR /&gt;
&lt;BR /&gt;
proc format lib=???? cntlout=work.andy;&lt;BR /&gt;
	select  @lang ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
fmtsearch lists your search path for formats.&lt;BR /&gt;
&lt;BR /&gt;
Replace ???? with the library where your fomat catalog lives.  This will create a dataset with all the values within the lang format you are after.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.&lt;BR /&gt;
&lt;BR /&gt;
Cheers</description>
      <pubDate>Tue, 07 Dec 2010 15:18:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/need-to-find-Formats/m-p/45626#M12027</guid>
      <dc:creator>mgst170</dc:creator>
      <dc:date>2010-12-07T15:18:19Z</dc:date>
    </item>
  </channel>
</rss>

