<?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 list format members in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677034#M204180</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color: #f5f5f5; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 13px;"&gt;What is the reason that I get error?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color: #f5f5f5; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 13px;"&gt;The task is tom list memebers of agefmt format&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;27 select agefmt.;&lt;BR /&gt;_______&lt;BR /&gt;22&lt;BR /&gt;201&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, $, @.&lt;/P&gt;
&lt;P&gt;ERROR 201-322: The option is not recognized and will be ignored.&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas" style="font-size: 13px; white-space: normal;"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Aug 2020 07:24:49 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2020-08-16T07:24:49Z</dc:date>
    <item>
      <title>list format members</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677034#M204180</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color: #f5f5f5; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 13px;"&gt;What is the reason that I get error?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color: #f5f5f5; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 13px;"&gt;The task is tom list memebers of agefmt format&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;27 select agefmt.;&lt;BR /&gt;_______&lt;BR /&gt;22&lt;BR /&gt;201&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, $, @.&lt;/P&gt;
&lt;P&gt;ERROR 201-322: The option is not recognized and will be ignored.&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas" style="font-size: 13px; white-space: normal;"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2020 07:24:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677034#M204180</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2020-08-16T07:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: list format members</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677037#M204183</link>
      <description>&lt;P&gt;Please post the&amp;nbsp;&lt;STRONG&gt;WHOLE&lt;/STRONG&gt; log of the step that fails, and (this is&amp;nbsp;&lt;STRONG&gt;ESSENTIAL&lt;/STRONG&gt;) use the &amp;lt;/&amp;gt; button to post it.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2020 07:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677037#M204183</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-08-16T07:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: list format members</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677041#M204184</link>
      <description>&lt;P&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;24 &lt;BR /&gt;25 GOPTIONS ACCESSIBLE;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;26 proc format;&lt;BR /&gt;27 value agefmt&lt;BR /&gt;28 0-18='0-18'&lt;BR /&gt;29 18-high='18+'&lt;BR /&gt;30 ;&lt;BR /&gt;NOTE: Format AGEFMT is already on the library WORK.FORMATS.&lt;BR /&gt;NOTE: Format AGEFMT has been output.&lt;BR /&gt;31 run;&lt;/P&gt;
&lt;P&gt;NOTE: PROCEDURE FORMAT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;user cpu time 0.00 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 99.31k&lt;BR /&gt;OS Memory 22948.00k&lt;BR /&gt;Timestamp 08/16/2020 10:57:29 AM&lt;BR /&gt;Step Count 33 Switch Count 0&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 9&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 4&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;/P&gt;
&lt;P&gt;32 &lt;BR /&gt;33 proc format library=work.formats fmtlib;&lt;BR /&gt;34 select agefmt.;&lt;BR /&gt;_______&lt;BR /&gt;2 The SAS System 07:21 Sunday, August 16, 2020&lt;/P&gt;
&lt;P&gt;22&lt;BR /&gt;201&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, $, @.&lt;/P&gt;
&lt;P&gt;ERROR 201-322: The option is not recognized and will be ignored.&lt;/P&gt;
&lt;P&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;35 run;&lt;/P&gt;
&lt;P&gt;NOTE: PROCEDURE FORMAT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;user cpu time 0.00 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 136.34k&lt;BR /&gt;OS Memory 22948.00k&lt;BR /&gt;Timestamp 08/16/2020 10:57:29 AM&lt;BR /&gt;Step Count 34 Switch Count 0&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 42&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 1&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;BR /&gt;&lt;BR /&gt;NOTE: No formats found that match SELECT statement.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;36 &lt;BR /&gt;37 &lt;BR /&gt;38 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;39 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;40 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;41 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;42 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;43 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;44 %LET _SASPROGRAMFILE=;&lt;BR /&gt;45 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;46 &lt;BR /&gt;47 ;*';*";*/;quit;run;&lt;BR /&gt;48 ODS _ALL_ CLOSE;&lt;BR /&gt;49 &lt;BR /&gt;50 &lt;BR /&gt;51 QUIT; RUN;&lt;BR /&gt;52&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2020 07:58:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677041#M204184</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2020-08-16T07:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: list format members</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677045#M204185</link>
      <description>&lt;P&gt;Use next code to list a format or formats:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format lib=work;   /* or any other library */
   select agefmt;  /* enter one or more format names separated by space */
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In case of char type format name is preceded by $.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2020 08:20:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677045#M204185</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2020-08-16T08:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: list format members</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677046#M204186</link>
      <description>&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;USE THE &amp;lt;/&amp;gt; BUTTON FOR POSTING LOGS!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;In the SELECT statement, do not use a trailing dot for the format name.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2020 08:20:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677046#M204186</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-08-16T08:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: list format members</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677064#M204195</link>
      <description>&lt;P&gt;The SELECT statement just wants the NAMES of the formats to select. It does not what you to enter a full format specification. Remove the period.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2020 13:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-format-members/m-p/677064#M204195</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-08-16T13:33:18Z</dc:date>
    </item>
  </channel>
</rss>

