<?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 Macro variable: what is the offset? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Macro-variable-what-is-the-offset/m-p/831825#M328770</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An offset variable is listing in macros dictionary.&lt;/P&gt;
&lt;P&gt;I've never seen any other value than offset=0.&lt;/P&gt;
&lt;P&gt;Do you know when it could be different? What is this information for?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
   select *
   from dictionary.macros;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2022 15:44:50 GMT</pubDate>
    <dc:creator>xxformat_com</dc:creator>
    <dc:date>2022-09-05T15:44:50Z</dc:date>
    <item>
      <title>Macro variable: what is the offset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-variable-what-is-the-offset/m-p/831825#M328770</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An offset variable is listing in macros dictionary.&lt;/P&gt;
&lt;P&gt;I've never seen any other value than offset=0.&lt;/P&gt;
&lt;P&gt;Do you know when it could be different? What is this information for?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
   select *
   from dictionary.macros;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 15:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-variable-what-is-the-offset/m-p/831825#M328770</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2022-09-05T15:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Macro variable: what is the offset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-variable-what-is-the-offset/m-p/831826#M328771</link>
      <description>&lt;P&gt;Example of OFFSET and explanation here: &lt;A href="https://www.lexjansen.com/nesug/nesug06/po/po06.pdf" target="_blank" rel="noopener"&gt;https://www.lexjansen.com/nesug/nesug06/po/po06.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 15:55:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-variable-what-is-the-offset/m-p/831826#M328771</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-09-05T15:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Macro variable: what is the offset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-variable-what-is-the-offset/m-p/831827#M328772</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/184742"&gt;@xxformat_com&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The column VALUE in &lt;FONT face="courier new,courier"&gt;dictionary.macros&lt;/FONT&gt; has a fixed length of 200 bytes. So, if the value of a macro variable is longer than 200 characters, it will be split into substrings of up to 200 characters to fit into &lt;EM&gt;multiple records&lt;/EM&gt; of &lt;FONT face="courier new,courier"&gt;dictionary.macros&lt;/FONT&gt;. The second, third, ... record will then have OFFSET values of 200, 400, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Addendum: See the 2020 post &lt;A href="https://communities.sas.com/t5/SAS-Programming/When-are-dictionary-tables-updated/m-p/647228/highlight/true#M193670" target="_blank" rel="noopener"&gt;Re: When are dictionary tables updated?&lt;/A&gt;&amp;nbsp;for a case where this OFFSET column helped to understand how dictionary tables work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 16:32:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-variable-what-is-the-offset/m-p/831827#M328772</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2022-09-05T16:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Macro variable: what is the offset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-variable-what-is-the-offset/m-p/832442#M329029</link>
      <description>Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2022 08:34:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-variable-what-is-the-offset/m-p/832442#M329029</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2022-09-09T08:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Macro variable: what is the offset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-variable-what-is-the-offset/m-p/832443#M329030</link>
      <description>Thank you @FreelanceReinhard</description>
      <pubDate>Fri, 09 Sep 2022 08:35:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-variable-what-is-the-offset/m-p/832443#M329030</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2022-09-09T08:35:07Z</dc:date>
    </item>
  </channel>
</rss>

