<?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 Access to the PI System - How to retrieve PI counts? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/238884#M6190</link>
    <description>&lt;P&gt;In a project we are working on, up until recently we have been retrieving information from the PI System by using an OLEDB connection. This was all done using PROC SQL, in the form of:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;PROC SQL;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; CONNECT TO OLEDB &amp;lt;PI Connect information&amp;gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; SELECT * FROM (&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SELECT &amp;lt;info&amp;gt; FROM &amp;lt;pi table&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; )&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; DISCONNECT FROM OLEDB;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;QUIT;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The information we retrieve are tag metadata, tag measures and counts.&lt;/P&gt;
&lt;P&gt;The latter provides information on how many measures for a tag are available in a certain timeframe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The tag metadata is retrieved from the PI table: pipoint, the tag measures are retrieved from the PI table: picomp and the counts are retrieved from the PI table: picount.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Recently we have the product "Access to the PI System" also available for retrieving information from the PI system.&lt;/P&gt;
&lt;P&gt;However, the documentation only describes how to retrieve tag metadata (using pipoint) and tag measures (using picomp).&lt;/P&gt;
&lt;P&gt;I have been unable to find information on whether also counts can be retrieved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We need these counts to determine in advance per tag how many measures are available in a certain timeframe so we can check if we have retrieved all available measures.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;U&gt;My question:&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Is it in any way possible by retrieving the counts by using the libname as we now do for getting metadata and measures?&lt;/P&gt;
&lt;P&gt;Otherwise we are faced with the fact that we have to use the access through OLEDB to get the counts and can only use the libname for measures and metadata which seems a bit unlogical.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2015 12:03:43 GMT</pubDate>
    <dc:creator>Resa</dc:creator>
    <dc:date>2015-12-11T12:03:43Z</dc:date>
    <item>
      <title>Access to the PI System - How to retrieve PI counts?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/238884#M6190</link>
      <description>&lt;P&gt;In a project we are working on, up until recently we have been retrieving information from the PI System by using an OLEDB connection. This was all done using PROC SQL, in the form of:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;PROC SQL;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; CONNECT TO OLEDB &amp;lt;PI Connect information&amp;gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; SELECT * FROM (&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SELECT &amp;lt;info&amp;gt; FROM &amp;lt;pi table&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; )&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; DISCONNECT FROM OLEDB;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;QUIT;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The information we retrieve are tag metadata, tag measures and counts.&lt;/P&gt;
&lt;P&gt;The latter provides information on how many measures for a tag are available in a certain timeframe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The tag metadata is retrieved from the PI table: pipoint, the tag measures are retrieved from the PI table: picomp and the counts are retrieved from the PI table: picount.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Recently we have the product "Access to the PI System" also available for retrieving information from the PI system.&lt;/P&gt;
&lt;P&gt;However, the documentation only describes how to retrieve tag metadata (using pipoint) and tag measures (using picomp).&lt;/P&gt;
&lt;P&gt;I have been unable to find information on whether also counts can be retrieved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We need these counts to determine in advance per tag how many measures are available in a certain timeframe so we can check if we have retrieved all available measures.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;U&gt;My question:&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Is it in any way possible by retrieving the counts by using the libname as we now do for getting metadata and measures?&lt;/P&gt;
&lt;P&gt;Otherwise we are faced with the fact that we have to use the access through OLEDB to get the counts and can only use the libname for measures and metadata which seems a bit unlogical.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 12:03:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/238884#M6190</guid>
      <dc:creator>Resa</dc:creator>
      <dc:date>2015-12-11T12:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Access to the PI System - How to retrieve PI counts?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/238886#M6191</link>
      <description>&lt;P&gt;I have no experience with PI, just trying to interpret&amp;nbsp;the doc.&lt;/P&gt;
&lt;P&gt;Under ACCESS for PI, I'm reading this under "Read Tag Data":&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="xis-item"&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;COUNT= specifies to interpolate the data and evenly distribute the data between the start and end times using a specific number of observations.&lt;/DIV&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;Is this perhaps what you are looking for?&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 11 Dec 2015 12:36:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/238886#M6191</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-12-11T12:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Access to the PI System - How to retrieve PI counts?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/239107#M6197</link>
      <description>&lt;P&gt;Thank you for your reply, but this is not what I am looking for. &lt;/P&gt;
&lt;P&gt;Basically the PI System collects signals (measures) from sensors (tags) which can be retrieved by using the Access product.
When fetching measures you can do this by indicating a period by using the START= en END= option which will give all measures withing this time period. On other way, at least that is what I understand from the documentation, is not to indicate a period from which to retrieve measures but to indicate that you would like to fetch X measures for a time period. That is when you use the COUNT= option.&lt;/P&gt;
&lt;P&gt;The counts that I am looking for is basically a summary providing for an indicated time period how many measures are available for a tag within the PI system. Which can help in validating whether all measures are available/retrieved from the PI System&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 10:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/239107#M6197</guid>
      <dc:creator>Resa</dc:creator>
      <dc:date>2015-12-14T10:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Access to the PI System - How to retrieve PI counts?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/239122#M6200</link>
      <description>&lt;P&gt;Hi, I'm probably totally out bounds here, bear&amp;nbsp;with me - just trying to take the opportunity&amp;nbsp;to learn something.&lt;/P&gt;
&lt;P&gt;Are those counts available&amp;nbsp;within PI, and you need a way to access them from SAS?&lt;/P&gt;
&lt;P&gt;Or, why can't you extract your time period and then do the counting in SAS?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 11:20:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/239122#M6200</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-12-14T11:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Access to the PI System - How to retrieve PI counts?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/239124#M6201</link>
      <description>&lt;P&gt;&lt;EM&gt;Are those counts available&amp;nbsp;within PI, and you need a way to access them from SAS?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Yes, in the current situation (when accessing through OLEDB) we retrieve counts as follows:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;PROC SQL;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; CONNECT TO OLEDB (&amp;lt;PI Connection Parameters);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; SELECT * FROM CONNECTION TO OLEDB&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(SELECT &amp;lt;PI Columns&amp;gt; FROM piarchive.picount WHERE &amp;lt;Filter parameters&amp;gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; DISCONNECT FROM OLEDB;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;QUIT;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;What I am looking for is a data step (similar to how measures are retrieved from the picomp dataset) using the PI libname engine to retrieve the PI counts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Or, why can't you extract your time period and then do the counting in SAS?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;In our current ETL we first get the counts so we know in advance how many measures are coming in.&lt;/P&gt;
&lt;P&gt;Next we retrieve the measures and use the counts to check if we indeed have received all measures.&lt;/P&gt;
&lt;P&gt;When I would follow your suggestion the counts would always match the number retrieved.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 11:47:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/239124#M6201</guid>
      <dc:creator>Resa</dc:creator>
      <dc:date>2015-12-14T11:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Access to the PI System - How to retrieve PI counts?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/259612#M7086</link>
      <description>&lt;P&gt;UPDATE: I have also raised this question with Technical Support.&lt;/P&gt;
&lt;P&gt;It turns out that getting the PI counts is currently not possible using the Access to the PI System.&lt;/P&gt;
&lt;P&gt;It has now been entered as a request for a new feature.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 08:48:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/259612#M7086</guid>
      <dc:creator>Resa</dc:creator>
      <dc:date>2016-03-29T08:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Access to the PI System - How to retrieve PI counts?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/314016#M8977</link>
      <description>&lt;P&gt;As of release SAS 9.4 M4 it will be possible to retrieve, amongst others, the PI counts with the availability of &lt;A href="http://support.sas.com/documentation/cdl/en/acpi/69803/HTML/default/viewer.htm#p09a99l5wt5lwkn14788tcshw1lo.htm" target="_blank"&gt;Special Virtual Tables for the Data Archive&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the documentation:&lt;/P&gt;
&lt;H3 class="xis-title"&gt;Summary Statistics That Are Available in Picomp_Summary&lt;/H3&gt;
&lt;TABLE class="tgroup"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="xis-verticalTop"&gt;
&lt;DIV id="n057zkakfi1hwxn1k252cs2liv2b" class="xis-paraTableFirst"&gt;Column&lt;/DIV&gt;
&lt;/TH&gt;
&lt;TH class="xis-verticalTop"&gt;
&lt;DIV id="n0fl9uxofqcm83n1o1duznu158pw" class="xis-paraTableFirst"&gt;Data Type&lt;/DIV&gt;
&lt;/TH&gt;
&lt;TH class="xis-verticalTop"&gt;
&lt;DIV id="n06lg36wwtdalcn1i3xfzi792bxw" class="xis-paraTableFirst"&gt;Description&lt;/DIV&gt;
&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="p05c3vy2t7f0oan1k94js9kgzsn2" class="xis-paraTableFirst"&gt;Tag&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n19zdqh5nqxsmgn1ur0ef6fa2zyz" class="xis-paraTableFirst"&gt;String&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p1wfrlwo8yo9kbn0ziohszrro0fe" class="xis-paraTableFirst"&gt;Tag name&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="p0pim2yqtxxfhan1e3c66mmku4t2" class="xis-paraTableFirst"&gt;StartTime&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n0pn119jh76zk5n1b1phmqmeqv6z" class="xis-paraTableFirst"&gt;Timestamp&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p0gba29kkv3i76n1ehqt7if1ahpt" class="xis-paraTableFirst"&gt;Start time of a summary interval&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="n1u6e1edyjot50n0zzg2jxrbnemk" class="xis-paraTableFirst"&gt;EndTime&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n1fvtxdhrkbzjzn188mdpw4d15kg" class="xis-paraTableFirst"&gt;Timestamp&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p0nvbebzc2vgdmn167pxc5qoima9" class="xis-paraTableFirst"&gt;End time of a summary interval&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="p11f1xg8e3b3hhn1ut56omllmfzf" class="xis-paraTableFirst"&gt;Count&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p0c2e9oi8b1js4n0zx24tw668td1" class="xis-paraTableFirst"&gt;Numeric&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n1flndmn8lyd8tn19h8o5ril51cs" class="xis-paraTableFirst"&gt;Sample count for event-weighted statistics&lt;/DIV&gt;
&lt;DIV id="n0akfk9x4ksgrtn117k9wyx4ohwn" class="xis-paraTable"&gt;1/(number of seconds) for time-weighted statistics&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="n0vz3zyg4312s0n19nv0tb01laji" class="xis-paraTableFirst"&gt;Total&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n06xg3fdoibupfn13eimaevakkjx" class="xis-paraTableFirst"&gt;Numeric&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n0vwyipnwxyt3in18lq956aemoq3" class="xis-paraTableFirst"&gt;Total of sample values in an interval for event-weighted statistics&lt;/DIV&gt;
&lt;DIV id="p1dk6mcna9t6e4n194de4a74wiyo" class="xis-paraTable"&gt;Average of sample values in an interval for time-weighted statistics&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="p18mm4td0snakpn1u918q8eym44g" class="xis-paraTableFirst"&gt;Minimum&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n18191pamm2q9jn1t01lg1kyk0bs" class="xis-paraTableFirst"&gt;Numeric&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p1ivn3hsje8upqn19gkbg0x9614f" class="xis-paraTableFirst"&gt;Smallest sample value in an interval&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="p1jtec313zkezmn1nlh7b5sm6f1q" class="xis-paraTableFirst"&gt;MinimumTime&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n123v3t11zcbxen10z6kvf3bnc5f" class="xis-paraTableFirst"&gt;Timestamp&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n0is29v48yiixqn1gm5cdbevo2n2" class="xis-paraTableFirst"&gt;Timestamp of the smallest sample value&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="n1t8r4dqbzjdirn1d8hisdx7l9sq" class="xis-paraTableFirst"&gt;Maximum&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n1jdmj6y7ehz5tn1ld8xxhetdg90" class="xis-paraTableFirst"&gt;Numeric&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p0f5vnt79sbjtsn154jmf5t99t1d" class="xis-paraTableFirst"&gt;Largest sample value in an interval&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="p1xwef4a8r3m63n1o5ow0xfi6k7h" class="xis-paraTableFirst"&gt;MaximumTime&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p15okr3kx0v3l2n1crxm0f5yjl3z" class="xis-paraTableFirst"&gt;Timestamp&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n19yz30rx888lln1jkgxncq4deja" class="xis-paraTableFirst"&gt;Timestamp of the largest sample value&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="n0uamd5wsurn9yn1q5v0xv5j09gs" class="xis-paraTableFirst"&gt;Range&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p1wpgb4p14u9l6n1iha68vwz88zz" class="xis-paraTableFirst"&gt;Numeric&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p1g5i59tfyxzssn165oufrcxhffh" class="xis-paraTableFirst"&gt;Difference of the Maximum and Minimum values for an interval&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="n1vzc3noap8y44n13iuc1m7h3hip" class="xis-paraTableFirst"&gt;Average&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p0yreklvusfsu8n1ifd6ybpu5l61" class="xis-paraTableFirst"&gt;Numeric&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p0bjue4lw2xzmin1xn46o1s3h00s" class="xis-paraTableFirst"&gt;Mean of the sample values over an interval&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="n07hp5e3d8x9a0n11vkzgu0nidh0" class="xis-paraTableFirst"&gt;Median&lt;SPAN class="xis-legendRef"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acpi/69803/HTML/default/p09a99l5wt5lwkn14788tcshw1lo.htm#n0fo7n8mz723xen1iy5fvqqak33e" target="_blank"&gt;1&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p06y79wh9stbh0n1ddyjdomau49i" class="xis-paraTableFirst"&gt;Numeric&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p0xl22rt3fu1een1es6rlyxoub77" class="xis-paraTableFirst"&gt;Median of sample values over an interval&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="n0v3mme64jlktin1nccivwn90jri" class="xis-paraTableFirst"&gt;MedianCount&lt;SPAN class="xis-legendRef"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acpi/69803/HTML/default/p09a99l5wt5lwkn14788tcshw1lo.htm#n0fo7n8mz723xen1iy5fvqqak33e" target="_blank"&gt;1&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n0ycf1dtd9vtlyn1m5qn5bb957qy" class="xis-paraTableFirst"&gt;Numeric&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p04z22qqf5d6mzn1mavoipwylytf" class="xis-paraTableFirst"&gt;Number of sample values used to determine the Median&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="n0ztd44o0vaunvn19p7sv0hvq4vd" class="xis-paraTableFirst"&gt;StdDev&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n0weyvpo7to7kdn0zjb42epkpsj0" class="xis-paraTableFirst"&gt;Numeric&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p0dsne1kjmnimtn1w8cpeybuxoxr" class="xis-paraTableFirst"&gt;Standard deviation of sample values over an interval&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="n12sdv4b774fw1n15rdopo7qiej7" class="xis-paraTableFirst"&gt;PopulationStdDev&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n1kb27yw6324p3n1xvfkss383c0a" class="xis-paraTableFirst"&gt;Numeric&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p1dyqw9ire5bi1n1237fpiv9twqn" class="xis-paraTableFirst"&gt;Population standard deviation of sample values over an interval&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="n1xbxj7wiicrken1xbaj1ssk2p7h" class="xis-paraTableFirst"&gt;PercentGood&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="p1v2902a36dbkqn1lzk1zw92mhg3" class="xis-paraTableFirst"&gt;Numeric&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n10beefbgkg1vqn1utjcuh9jjz96" class="xis-paraTableFirst"&gt;Percentage of sample values with a status of “OK”&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="p06d8vvkbo8ng0n1h85erjxkl1x3" class="xis-paraTableFirst"&gt;Status&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n06ro4jt06sn0pn1iijmy14ackso" class="xis-paraTableFirst"&gt;String&lt;/DIV&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="n13a35zgiuj1txn170f08d0y6ko9" class="xis-paraTableFirst"&gt;Status of the summary&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN class="xis-legendRefSymbol"&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;The median statistics are optional, but if requested (via the MEDIAN= data set option), they are calculated by reading all relevant data into SAS. This can significantly increase processing time.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 09:15:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-to-the-PI-System-How-to-retrieve-PI-counts/m-p/314016#M8977</guid>
      <dc:creator>Resa</dc:creator>
      <dc:date>2016-11-24T09:15:01Z</dc:date>
    </item>
  </channel>
</rss>

