I have tried to use "proc allele" in SAS on demand for Academics
I.e.:
proc allele data=WORK.IMPORT outstat=ld prefix=Marker
exact=10000 boot=1000 seed=123;
var PNPLA3A1 PNPLA3A2 RS726135 RS726132;
run;
and got the error:
The first error 14-12 seems to be general and neutral as other routines, for example importing data gaves the same one but works.
The second one, "ERROR: Procedure ALLELE not found" in line 73 may be due to unavailability in the this SAS version or something else.
May anybody provide me any help?
Many thanks,
Best wishes,
Carlos
@CarlosPirola wrote:
Thanks. It was my believe too. Is there any list of available Procs for the
SAS on demand for Academics package?
Be well
From https://www.sas.com/en_us/software/on-demand-for-academics/features-list.html
The basic module list is
- SAS/STAT® – State-of-the-art statistical software.
- Base SAS® – Flexible, extensible fourth-generation programming language for data access, transformation and reporting.
- SAS/IML® – Interactive matrix programming and exploratory data analysis.
- SAS/OR® – Enhanced operations research methods for optimizing processes and addressing management science challenges.
- SAS/QC® – Tools for statistical quality improvement.
- SAS/ETS® – Model, forecast and simulate processes with econometric and time series analysis.
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.
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.
@CarlosPirola wrote:
Thanks. It was my believe too. Is there any list of available Procs for the
SAS on demand for Academics package?
Be well
From https://www.sas.com/en_us/software/on-demand-for-academics/features-list.html
The basic module list is
- SAS/STAT® – State-of-the-art statistical software.
- Base SAS® – Flexible, extensible fourth-generation programming language for data access, transformation and reporting.
- SAS/IML® – Interactive matrix programming and exploratory data analysis.
- SAS/OR® – Enhanced operations research methods for optimizing processes and addressing management science challenges.
- SAS/QC® – Tools for statistical quality improvement.
- SAS/ETS® – Model, forecast and simulate processes with econometric and time series analysis.
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.
@CarlosPirola - According to this useful link you can find some genetics algorithms in SAS/OR.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.