<?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 Regarding VARNUM in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Regarding-VARNUM/m-p/567142#M159454</link>
    <description>&lt;P&gt;PROC CONTENTs data=demo varnum; run;&lt;/P&gt;&lt;P&gt;I have just used the above code VARNUM for programming for the first time.&lt;/P&gt;&lt;P&gt;I used this because I thought that I could use it to assess if the data was imported accurately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this reason, I checked the Number of observations, variables, and also confirmed that value is 0 for both "Deleted Observations" &amp;amp; "Number of Data Set Repairs".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q1. Any other tips for using this varnum code? for any other purposes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q2. I am having a bit of difficulty understanding some keywords in this output, especially&amp;nbsp;&lt;/P&gt;&lt;P&gt;- indexes, observation length, number of data set pages, Max Obs per Page, Obs in First Data Page&amp;nbsp; (I don't quite get which "page" it is)&lt;/P&gt;&lt;P&gt;Could someone please tell me or suggests a webpage explaining these keywords?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank you for your help in advance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture SAS.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30403i9248BC5E75214888/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture SAS.PNG" alt="Capture SAS.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2019 05:37:56 GMT</pubDate>
    <dc:creator>SAS_AMUH</dc:creator>
    <dc:date>2019-06-19T05:37:56Z</dc:date>
    <item>
      <title>Regarding VARNUM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regarding-VARNUM/m-p/567142#M159454</link>
      <description>&lt;P&gt;PROC CONTENTs data=demo varnum; run;&lt;/P&gt;&lt;P&gt;I have just used the above code VARNUM for programming for the first time.&lt;/P&gt;&lt;P&gt;I used this because I thought that I could use it to assess if the data was imported accurately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this reason, I checked the Number of observations, variables, and also confirmed that value is 0 for both "Deleted Observations" &amp;amp; "Number of Data Set Repairs".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q1. Any other tips for using this varnum code? for any other purposes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q2. I am having a bit of difficulty understanding some keywords in this output, especially&amp;nbsp;&lt;/P&gt;&lt;P&gt;- indexes, observation length, number of data set pages, Max Obs per Page, Obs in First Data Page&amp;nbsp; (I don't quite get which "page" it is)&lt;/P&gt;&lt;P&gt;Could someone please tell me or suggests a webpage explaining these keywords?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank you for your help in advance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture SAS.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30403i9248BC5E75214888/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture SAS.PNG" alt="Capture SAS.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 05:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regarding-VARNUM/m-p/567142#M159454</guid>
      <dc:creator>SAS_AMUH</dc:creator>
      <dc:date>2019-06-19T05:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding VARNUM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regarding-VARNUM/m-p/567144#M159456</link>
      <description>&lt;P&gt;SAS datasets are organized in "pages" of equal size. Observations are fit into a page by using the formula int(pagesize/observation length), the remaining space in a page is padded out.&lt;/P&gt;
&lt;P&gt;Since the first page also contains the header information with all variable attributes, it has less space for observations.&lt;/P&gt;
&lt;P&gt;Observation length is computed by adding up all variable lengths.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 00:47:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regarding-VARNUM/m-p/567144#M159456</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-20T00:47:51Z</dc:date>
    </item>
  </channel>
</rss>

