<?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 Proc FORMAT control data, HLO documentation ? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-FORMAT-control-data-HLO-documentation/m-p/670116#M79196</link>
    <description>&lt;P&gt;I am trying to create a multilabel format from scratch using a data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where can I find a complete listing of the CNTLIN data set HLO variable values and meanings.&amp;nbsp; I know &lt;CODE&gt;H&lt;/CODE&gt;, &lt;CODE&gt;L&lt;/CODE&gt; and &lt;CODE&gt;O&lt;/CODE&gt;, but can't seem to locate information about&amp;nbsp;&lt;CODE&gt;S&lt;/CODE&gt; and &lt;CODE&gt;M&lt;/CODE&gt;&amp;nbsp;(no pun intended) related to &lt;CODE&gt;MULTILABEL&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;proc format;
value agef (multilabel)
11='11'
12='12'
13='13'
11-13='11-13';

proc format cntlout=out;
run;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="hlo_sm.png" style="width: 866px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47250i9D94CA15D1C308B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="hlo_sm.png" alt="hlo_sm.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2020 13:12:23 GMT</pubDate>
    <dc:creator>RichardDeVen</dc:creator>
    <dc:date>2020-07-17T13:12:23Z</dc:date>
    <item>
      <title>Proc FORMAT control data, HLO documentation ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-FORMAT-control-data-HLO-documentation/m-p/670116#M79196</link>
      <description>&lt;P&gt;I am trying to create a multilabel format from scratch using a data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where can I find a complete listing of the CNTLIN data set HLO variable values and meanings.&amp;nbsp; I know &lt;CODE&gt;H&lt;/CODE&gt;, &lt;CODE&gt;L&lt;/CODE&gt; and &lt;CODE&gt;O&lt;/CODE&gt;, but can't seem to locate information about&amp;nbsp;&lt;CODE&gt;S&lt;/CODE&gt; and &lt;CODE&gt;M&lt;/CODE&gt;&amp;nbsp;(no pun intended) related to &lt;CODE&gt;MULTILABEL&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;proc format;
value agef (multilabel)
11='11'
12='12'
13='13'
11-13='11-13';

proc format cntlout=out;
run;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="hlo_sm.png" style="width: 866px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47250i9D94CA15D1C308B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="hlo_sm.png" alt="hlo_sm.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 13:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-FORMAT-control-data-HLO-documentation/m-p/670116#M79196</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-07-17T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc FORMAT control data, HLO documentation ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-FORMAT-control-data-HLO-documentation/m-p/670139#M79200</link>
      <description>&lt;P&gt;One of the sections of the Proc Format documentation is labeled Results: Format Procedure and has block called OUTPUT Control Data Set with details of the variables. Don't ask why SAS provided the details in Output first since Input would come first alphabetically (in the same section).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV class="xis-procResults"&gt;
&lt;DIV id="p1pm9xy2v45zhrn1y16e6nzor0qr" class="xis-subTopic"&gt;
&lt;DIV id="n02q0l4x5ifnl8n1w99pt26wrsy9" class="xis-topicContent"&gt;
&lt;DIV id="p0x4rsgkszgz6gn1r3d1fm71qzmx" class="xis-paragraph"&gt;
&lt;DIV class="xis-listTermDef"&gt;
&lt;DIV id="n0h0nexfizs3ssn1seik65y6z9ec" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;HLO&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies a character variable that contains range information about the format or informat. The following valid values can appear in any combination:&lt;/DIV&gt;
&lt;DIV class="xis-listTermDef"&gt;
&lt;DIV id="n1k0glztsojt6hn1wf6i374l30lx" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;F&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies a standard SAS format or informat that is used with a value.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="p0g9hezt7r0co1n123gyrr6l10lt" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;H&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies that a range's ending value is HIGH.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="n17zyroml95wngn1cael7h5zmts9" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;I&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies a numeric informat range.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="p1ow5e1b252oe2n1gob1040o6x6a" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;J&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies justification for an informat.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="n188a722yct64dn1nv4tidjaf63m" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;L&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies that a range's starting value is LOW.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="p1kro2p6gpknudn1gmfdgwhygbx0" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;M&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies that the MULTILABEL option is in effect.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="n19hqzjg4pneasn1ka4wplxtip9t" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;N&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies that the format or informat has no ranges, including no OTHER= range.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="n1wsdhql30e25sn1bvvuycunulbw" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;O&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies that the range is OTHER.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="n116ab9ey1798qn1r3gua4v77b91" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;R&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies that the ROUND option is in effect.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="p0m8h2xacfo8unn1tviamhs6mq3o" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;S&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies that the NOTSORTED option is in effect.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="p0q9wedt2r463jn1jg8y4gw67kef" class="xis-termDefPair"&gt;
&lt;DIV class="xis-term"&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;U&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="xis-definition"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;specifies that the UPCASE option for an informat be used.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 17 Jul 2020 14:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-FORMAT-control-data-HLO-documentation/m-p/670139#M79200</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-17T14:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc FORMAT control data, HLO documentation ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-FORMAT-control-data-HLO-documentation/m-p/670156#M79201</link>
      <description>Weird thing is it barely shows up in a search either &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p0owa4ftikc2ekn1q0rmpulg86cx.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#" target="_blank"&gt;https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p0owa4ftikc2ekn1q0rmpulg86cx.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#&lt;/A&gt;</description>
      <pubDate>Fri, 17 Jul 2020 15:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-FORMAT-control-data-HLO-documentation/m-p/670156#M79201</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-17T15:54:55Z</dc:date>
    </item>
  </channel>
</rss>

