<?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 Arrays in SAS- missing cases in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29980#M1213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right. i just checked using some if- then statements.. there is not a single case with missing data for PR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to know if you think,, the following program is right for the same above purpose about the missing data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: Calibri; color: #000080; font-size: 14pt;"&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;option&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;missing&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: Calibri; color: #000080; font-size: 14pt;"&gt;&lt;SPAN style=": ; color: #000080; font-size: 4; font-family: Calibri;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt; However this shows me one missing case..&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: #008000; font-size: 14pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: #008000; font-size: 14pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: #008000; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; library.nismicathcabg4; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; library.nismicathcabg4; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; dxtrialpci{&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;15&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;} pr1-pr15;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;pcitrial=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;0&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;do&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; i=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;1&lt;/STRONG&gt; &lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;to&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;15&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; dxtrialpci{i} in (&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'0066'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3604'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3606'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3607'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; pcitrial=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;end&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; n&amp;nbsp; (pr1, pr1, pr3, pr4, pr5, pr6, pr7, pr8, pr9, pr10, pr11, pr12, pr13, pr14, pr15)=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; pcitrial=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks,&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;Ashwini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-family: Calibri; color: #000080; font-size: 14pt;"&gt;&lt;SPAN style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2012 16:58:43 GMT</pubDate>
    <dc:creator>Ashwini_uci</dc:creator>
    <dc:date>2012-03-13T16:58:43Z</dc:date>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29970#M1203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in my dataset I have 15 variables from PR1, PR2, PR3..........- PR15. They contain data about medical conditions, in the form of codes. I want to create a new variable "PCI", that would be coded as 1 or 0. If any of the variables from PR1......PR15 contains any of these codes&amp;nbsp; (&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'0066'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3604'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3606'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3607'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;) &lt;/SPAN&gt;, then PCI will be coded as 1 otherwise 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote the following array which is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; library.nismicathcabg4; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; library.nismicathcabg4; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; dxtrialpci{&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;15&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;} pr1-pr15;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;pci=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;0&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;do&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; i=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;1&lt;/STRONG&gt; &lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;to&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;15&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; dxtrialpci{i} in (&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'0066'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3604'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3606'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3607'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; pci=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;end&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;But NOW i need to include a statement that will take care of missing cases. I want PCI, to be coded as " . ", if all 15 variables PR1-PR15 have no data listed or have "blanks".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;I am not sure where and what staement to include in this array, which will help me with missing cases..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;Any idea about how to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;Any help will be appreciated..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;Ashwini&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 15:23:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29970#M1203</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2012-03-13T15:23:59Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29971#M1204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data library.nismicathcabg4;&lt;/P&gt;&lt;P&gt;set library.nismicathcabg4;&lt;/P&gt;&lt;P&gt;array dxtrialpci{15} pr1-pr15;&lt;/P&gt;&lt;P&gt;if cmiss(of pr:)=15 then call missing(pci);&lt;/P&gt;&lt;P&gt;else do;&lt;/P&gt;&lt;P&gt;do i=1 to 15;&lt;/P&gt;&lt;P&gt;if dxtrialpci{i} in ('0066', '3604', '3606', '3607')&lt;/P&gt;&lt;P&gt;then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pci=1;&lt;/P&gt;&lt;P&gt; return;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;else pci=0;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 15:31:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29971#M1204</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-03-13T15:31:43Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29972#M1205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of trying to incorporate in the array test the values first;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if cats( of Pr:) = '' then pci=.; /* assums only the variablse PR1- PR15 named starting with PR, may need ( of PR1-PR15)*/&lt;/P&gt;&lt;P&gt;else do i=1 to15;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 15:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29972#M1205</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-03-13T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29973#M1206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Haikuo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works..thanks a lot. But I have 2 questions:&lt;/P&gt;&lt;P&gt;1. What does cmiss in the 4th line mean and what is "pr"? could you explain to me the meaning of this staement in the program..&lt;/P&gt;&lt;P&gt;2. This data that i am working on is huge, with 0ver 80000 cases so it is not manually possible for me to check of the numbers i got after running the above program are right. What should be an easy way to verify the numbers.. atleast the numbers for missing data. For my sanity, i just want to verify if the I am getting right numbers after running the above program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 15:46:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29973#M1206</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2012-03-13T15:46:19Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29974#M1207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On 1), CMISS is a function and you can look up how it is used. "pr" is not correct, it is "pr:", as Hai.kou showed.&amp;nbsp; That is a shorthand to include all of the variables that start with the letters "pr".&amp;nbsp; (That is also in the doucumentation, but a lot harder to find.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On 2, you could do a couple of things.&lt;/P&gt;&lt;P&gt;a) you should select a random sample for manual checking.&lt;/P&gt;&lt;P&gt;b) you could do some frequency tables with the original variables and the derived ones.&amp;nbsp; I find that the /LIST MISSING options make them a quick read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 15:55:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29974#M1207</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-03-13T15:55:19Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29975#M1208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwini,&lt;/P&gt;&lt;P&gt;1. CMISS() returns the counts of missing values within its arguments. 'pr' basically represents any variables start with 'pr'.&amp;nbsp; in your case,'pr:' is the short way to address your variables from pr1 to pr15. So if cmiss() returns 15, which will mean that all of your 15 variables from pr1 to pr15 are missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. you can check it by limiting the input table to a managable number, such as 100: &lt;/P&gt;&lt;P&gt;data library.nismicathcabg4;&lt;/P&gt;&lt;P&gt; set library.nismicathcabg4 (obs=100);&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Addtional point: When you doing test run, I suggest that you assign different names to input and output tables, so it is easier for you to track if something goes wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my 2 cents,&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 16:03:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29975#M1208</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-03-13T16:03:17Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29976#M1209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my data, there are other variables too, that start with Pr... such as procedure1, procedure2, procedure3 etc and procedure class 1 and procedure class2 etc.. so are these too included in the above program? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 16:04:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29976#M1209</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2012-03-13T16:04:09Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29977#M1210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, use cmiss(of pr1-pr15).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 16:06:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29977#M1210</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-03-13T16:06:01Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29978#M1211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks again Haikuo. But after chaging the if cmiss(of pr:)=15 to if cmiss(of pr1-pr15)=15, the output is not showing any missing cases anymore. Earlier it showed 2910 cases with missing data. But now no missing data. And I am sure there got to be some cases with missing data...so what is going wrong.?..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 16:14:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29978#M1211</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2012-03-13T16:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29979#M1212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, all I can guess is that you don't have a record that all of pr1-pr15 are missing at the same time. The reason you had hits before&amp;nbsp; is probably because you have included more variables and there happen to be cases in which&amp;nbsp; 15 of them missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The straightforward way to figure it out is using the previous version to single out some obs, then check them out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if cmiss(of pr:)=15 then output;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 16:21:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29979#M1212</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-03-13T16:21:31Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29980#M1213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right. i just checked using some if- then statements.. there is not a single case with missing data for PR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to know if you think,, the following program is right for the same above purpose about the missing data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: Calibri; color: #000080; font-size: 14pt;"&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;option&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;missing&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: Calibri; color: #000080; font-size: 14pt;"&gt;&lt;SPAN style=": ; color: #000080; font-size: 4; font-family: Calibri;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt; However this shows me one missing case..&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: #008000; font-size: 14pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: #008000; font-size: 14pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: #008000; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; library.nismicathcabg4; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; library.nismicathcabg4; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; dxtrialpci{&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;15&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;} pr1-pr15;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;pcitrial=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;0&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;do&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; i=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;1&lt;/STRONG&gt; &lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;to&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;15&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; dxtrialpci{i} in (&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'0066'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3604'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3606'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3607'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; pcitrial=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;end&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; n&amp;nbsp; (pr1, pr1, pr3, pr4, pr5, pr6, pr7, pr8, pr9, pr10, pr11, pr12, pr13, pr14, pr15)=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; pcitrial=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks,&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;Ashwini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 14pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-family: Calibri; color: #000080; font-size: 14pt;"&gt;&lt;SPAN style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 16:58:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29980#M1213</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2012-03-13T16:58:43Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29981#M1214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will work, however, the efficiency is not optimized. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. you could use n(of pr1-pr15)=0 then ..., well this does not affect your running efficiency though.&lt;/P&gt;&lt;P&gt;2. you evaluate twice on every record of yours by using parallel two 'if', instead of 'if-else'.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; in your array do-loop, you should utilize 'leave' statement when you get a hit, so you don't have to exhaust each loop unneccesarily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Regards,&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 17:07:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29981#M1214</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-03-13T17:07:12Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29982#M1215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had created some arrays before which now seem to be not useful anymore. Should I just replace those earlier arrays with the one above( suggested by you), but keeping the&amp;nbsp; OLD array and variables names?&lt;/P&gt;&lt;P&gt;Would that cause any conflict or error or its just&amp;nbsp; to do that?&lt;/P&gt;&lt;P&gt;I just donot want to create any more new variables, for the original variables....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 17:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29982#M1215</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2012-03-13T17:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29983#M1216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Safely speaking, you would have to evaluate them on case by case basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, what I have suggested do not modify your array() set up, instead, just some flow change to help efficiency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: 80k records does not seem a lot to me ( if not too wide), so I doubt you can tell too much of difference any way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 17:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29983#M1216</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-03-13T17:38:00Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29984#M1217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; where exactly does&amp;nbsp; the 'leave ' statement go?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 17:49:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29984#M1217</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2012-03-13T17:49:16Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29985#M1218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do i=1 to 15;&lt;/P&gt;&lt;P&gt; if dxtrialpci{i} in ('0066', '3604', '3606', '3607') then do;&lt;/P&gt;&lt;P&gt;pcitrial=1;&lt;/P&gt;&lt;P&gt;return; /*leave;*/&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt; end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'return', 'leave' can do the same thing in THIS context. I suspect 'return' is more efficient, as it does not execute rest of the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 17:53:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29985#M1218</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-03-13T17:53:18Z</dc:date>
    </item>
    <item>
      <title>Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29986#M1219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the confusion here.&lt;/P&gt;&lt;P&gt;Actually the earlier arrays which didnot account for cases with missing data, have been already used and the variables are already created in the datasets. &lt;/P&gt;&lt;P&gt;Now that I need to use the correct arrays with account for missing cases, and I am thinking of using the one you posted in your first response to this post. And that is why I am thinking of NOT creating alltogether a new array with new names bust just replacing the nams of arrays and the variables created with the ones that are alreay created by the earlier flawed arrays.&lt;/P&gt;&lt;P&gt;But then i was doubtful if that would cause any conflict with the program and give me any wrong output..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 17:56:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29986#M1219</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2012-03-13T17:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29987#M1220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so is this how it will be? &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: Calibri; color: #000080; font-size: 14pt;"&gt;&lt;STRONG style="font-family: Calibri; color: #000080; font-size: 14pt;"&gt;&lt;STRONG style="font-family: Calibri; color: #000080; font-size: 14pt;"&gt;&lt;STRONG style="font-family: Calibri; color: #000080; font-size: 14pt;"&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: #000080; font-size: 14pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; dxtrialpci{i} in (&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'0066'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3604'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3606'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3607'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; do;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;pcitrial=&lt;/SPAN&gt;&lt;STRONG style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000080; font-size: 14pt; font-family: Calibri;"&gt;&lt;STRONG style="color: black; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;return;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;end&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; n&amp;nbsp; (pr1, pr1, pr3, pr4, pr5, pr6, pr7, pr8, pr9, pr10, pr11, pr12, pr13, pr14, pr15)=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; pcitrial=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: white; font-family: Calibri; color: navy; font-size: 14pt;"&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;option&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;missing&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 18:00:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29987#M1220</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2012-03-13T18:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29988#M1221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; sorry about that... somehow after posting, someof the lines got deleted..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this is how it will be..&lt;/P&gt;&lt;P style="text-indent: 0.5in; padding-left: 225px;"&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;option&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;missing&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: navy; font-size: 14pt;"&gt;data&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; library.nismicathcabg4; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P style="background-color: white; padding-left: 270px;"&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;set&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; library.nismicathcabg4; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white; padding-left: 270px;"&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;array&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; dxtrialpci{&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;15&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;} pr1-pr15;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white; padding-left: 270px;"&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;pcitrial=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="background-color: white; padding-left: 270px;"&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;do&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; i=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;1&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;to&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;15&lt;/SPAN&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="background-color: white; padding-left: 270px;"&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; dxtrialpci{i} in (&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'0066'&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3604'&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3606'&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'3607'&lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;then do;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white; padding-left: 270px;"&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; pcitrial=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white; padding-left: 270px;"&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;return;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white; padding-left: 270px;"&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;end&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white; padding-left: 270px;"&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;end;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white; padding-left: 270px;"&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; n&amp;nbsp; (pr1, pr1, pr3, pr4, pr5, pr6, pr7, pr8, pr9, pr10, pr11, pr12, pr13, pr14, pr15)=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; pcitrial=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="DA" style="background-color: white; font-family: Calibri; color: teal; font-size: 14pt;"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt; ; &lt;/P&gt;&lt;P style="background-color: white; padding-left: 270px;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="background-color: white; font-family: Calibri; color: navy; font-size: 14pt;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: #333333; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 18:04:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29988#M1221</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2012-03-13T18:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Arrays in SAS- missing cases</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29989#M1222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where is your do-loop? you may want to post your full code, or like you said, use the one in my first reply to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 18:04:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Arrays-in-SAS-missing-cases/m-p/29989#M1222</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-03-13T18:04:41Z</dc:date>
    </item>
  </channel>
</rss>

