<?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 Re: Is anybody using &amp;quot;PROC ALLELE&amp;quot; in SAS on demand for Academics? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729887#M28380</link>
    <description>Dear SASKiwi:&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your exhaustive search and info. I saw the link. There is a&lt;BR /&gt;Proc in SAS/OR but nothing related to the functionality of SAS/Genetics. But&lt;BR /&gt;do not worry, the tests I need for LD, haplotypes, etc can be found in the&lt;BR /&gt;PLINK package, which may not be friendly but is very comprehensive.&lt;BR /&gt;&lt;BR /&gt;By the way, the first ERROR I describe in my post, is something related to&lt;BR /&gt;my system configuration or I may have another problem.&lt;BR /&gt;&lt;BR /&gt;Again, thank you for your help and info.&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;&lt;BR /&gt;Carlos&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 29 Mar 2021 20:31:37 GMT</pubDate>
    <dc:creator>CarlosPirola</dc:creator>
    <dc:date>2021-03-29T20:31:37Z</dc:date>
    <item>
      <title>Is anybody using "PROC ALLELE" in SAS on demand for Academics?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729670#M28364</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;I have tried to use "proc allele" in SAS on demand for Academics&amp;nbsp;&lt;/P&gt;&lt;P&gt;I.e.:&lt;/P&gt;&lt;P&gt;proc allele data=WORK.IMPORT outstat=ld prefix=Marker&lt;BR /&gt;exact=10000 boot=1000 seed=123;&lt;BR /&gt;var PNPLA3A1 PNPLA3A2 RS726135 RS726132;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;and got the error:&lt;/P&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;4 OPTIONS LOCALE=es_419 DFLANG=LOCALE;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;______&lt;/DIV&gt;&lt;DIV class="sasError"&gt;14&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;EM&gt;ERROR 14-12: Invalid option value ES_419 for SAS option LOCALE.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 proc allele data=WORK.IMPORT outstat=ld prefix=Marker&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Procedure ALLELE not found.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 exact=10000 boot=1000 seed=123;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 var PNPLA3A1 PNPLA3A2 RS726135 RS726132;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE ALLELE ha utilizado (Tiempo de proceso total):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 177.68k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 30372.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 28/03/2021 10:13:00 p.m.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 31 Switch Count 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 20&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;90&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first error 14-12 seems to be general and neutral as other routines, for example importing data gaves the same one but works.&lt;/P&gt;&lt;P&gt;The second one, "ERROR: Procedure ALLELE not found" in line 73 may be due to unavailability in the this SAS version or something else.&lt;/P&gt;&lt;P&gt;May anybody provide me any help?&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Best wishes,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Mar 2021 22:27:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729670#M28364</guid>
      <dc:creator>CarlosPirola</dc:creator>
      <dc:date>2021-03-28T22:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is anybody using "PROC ALLELE" in SAS on demand for Academics?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729673#M28365</link>
      <description>&lt;P&gt;PROC ALLELE appears to from a SAS product called SAS/Genetics. I suspect this is a legacy product not included in SAS On Demand for Academics.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Mar 2021 23:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729673#M28365</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-28T23:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is anybody using "PROC ALLELE" in SAS on demand for Academics?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729826#M28372</link>
      <description>Thanks. It was my believe too. Is there any list of available Procs for the&lt;BR /&gt;SAS on demand for Academics package?&lt;BR /&gt;&lt;BR /&gt;Be well&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Mar 2021 15:55:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729826#M28372</guid>
      <dc:creator>CarlosPirola</dc:creator>
      <dc:date>2021-03-29T15:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is anybody using "PROC ALLELE" in SAS on demand for Academics?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729835#M28373</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/364357"&gt;@CarlosPirola&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thanks. It was my believe too. Is there any list of available Procs for the&lt;BR /&gt;SAS on demand for Academics package?&lt;BR /&gt;&lt;BR /&gt;Be well&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From &lt;A href="https://www.sas.com/en_us/software/on-demand-for-academics/features-list.html" target="_blank"&gt;https://www.sas.com/en_us/software/on-demand-for-academics/features-list.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The basic module list is&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;UL class="list-bullet"&gt;
&lt;LI&gt;SAS/STAT&lt;SUP&gt;®&lt;/SUP&gt; – State-of-the-art statistical software.&lt;/LI&gt;
&lt;LI&gt;Base SAS&lt;SUP&gt;®&lt;/SUP&gt; – Flexible, extensible fourth-generation programming language for data access, transformation and reporting.&lt;/LI&gt;
&lt;LI&gt;SAS/IML&lt;SUP&gt;®&lt;/SUP&gt;&amp;nbsp;– Interactive matrix programming and exploratory data analysis.&lt;/LI&gt;
&lt;LI&gt;SAS/OR&lt;SUP&gt;®&lt;/SUP&gt; – Enhanced operations research methods for optimizing processes and addressing management science challenges.&lt;/LI&gt;
&lt;LI&gt;SAS/QC&lt;SUP&gt;®&lt;/SUP&gt; – Tools for statistical quality improvement.&lt;/LI&gt;
&lt;LI&gt;SAS/ETS&lt;SUP&gt;®&lt;/SUP&gt; – Model, forecast and simulate processes with econometric and time series analysis.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which procs are in which package you'll need to search the documentation. I'm not sure if any of these are subsets of the full module as was the case for SAS/ETS in the University Edition where only some procs were supplied.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 16:41:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729835#M28373</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-29T16:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is anybody using "PROC ALLELE" in SAS on demand for Academics?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729866#M28376</link>
      <description>&lt;P data-unlink="true"&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/364357"&gt;@CarlosPirola&lt;/a&gt;&amp;nbsp;- According to this useful &lt;A href="https://support.sas.com/kb/30/333.html" target="_blank" rel="noopener"&gt;link&lt;/A&gt;&amp;nbsp;you can find some genetics algorithms in SAS/OR.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 19:32:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729866#M28376</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-29T19:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is anybody using "PROC ALLELE" in SAS on demand for Academics?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729887#M28380</link>
      <description>Dear SASKiwi:&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your exhaustive search and info. I saw the link. There is a&lt;BR /&gt;Proc in SAS/OR but nothing related to the functionality of SAS/Genetics. But&lt;BR /&gt;do not worry, the tests I need for LD, haplotypes, etc can be found in the&lt;BR /&gt;PLINK package, which may not be friendly but is very comprehensive.&lt;BR /&gt;&lt;BR /&gt;By the way, the first ERROR I describe in my post, is something related to&lt;BR /&gt;my system configuration or I may have another problem.&lt;BR /&gt;&lt;BR /&gt;Again, thank you for your help and info.&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;&lt;BR /&gt;Carlos&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Mar 2021 20:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Is-anybody-using-quot-PROC-ALLELE-quot-in-SAS-on-demand-for/m-p/729887#M28380</guid>
      <dc:creator>CarlosPirola</dc:creator>
      <dc:date>2021-03-29T20:31:37Z</dc:date>
    </item>
  </channel>
</rss>

