<?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: PDMIX800 not running in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984390#M43710</link>
    <description>&lt;P&gt;This what I got from the Log:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;41 ;&lt;BR /&gt;42 data b; set a;&lt;BR /&gt;43 e=t1;time=14;output;&lt;BR /&gt;44 e=t2;time=15;output;&lt;BR /&gt;45 e=t3;time=16;output;&lt;BR /&gt;46 e=t4;time=17;output;&lt;BR /&gt;47 e=t5;time=18;output;&lt;BR /&gt;48 e=t6;time=19;output;&lt;BR /&gt;49 e=t7;time=20;output;&lt;BR /&gt;50 /*&lt;BR /&gt;51 e=t8;time=8;output;&lt;BR /&gt;52 e=t9;time=9;output;&lt;BR /&gt;53 e=t10;time=10;output;&lt;BR /&gt;54 e=t11;time=11;output;&lt;BR /&gt;55 e=t12;time=12;output;&lt;BR /&gt;56 e=t13;time=13;output;&lt;BR /&gt;57 e=t14;time=14;output;&lt;BR /&gt;58 /*&lt;BR /&gt;59 e=t15;time=15;output;&lt;BR /&gt;60 e=t16;time=16;output;&lt;BR /&gt;61 e=t17;time=17;output;&lt;BR /&gt;62 e=t18;time=18;output;&lt;BR /&gt;63 /*&lt;BR /&gt;64 e=t19;time=26;output;&lt;BR /&gt;65 /*&lt;BR /&gt;66 e=t20;time=27;output;&lt;BR /&gt;67 e=t21;time=28;output;&lt;BR /&gt;68 e=t22;time=29;output;&lt;BR /&gt;69 e=t23;time=30;output;&lt;BR /&gt;70 e=t24;time=31;output;&lt;BR /&gt;71 e=t25;time=32;output;&lt;BR /&gt;72 e=t26;time=33;output;&lt;BR /&gt;73 e=t27;time=48;output;&lt;BR /&gt;74 e=t28;time=63;output;&lt;BR /&gt;75 */&lt;BR /&gt;76&lt;BR /&gt;77&lt;BR /&gt;78 drop t1-t7;&lt;/P&gt;&lt;P&gt;NOTE: There were 31 observations read from the data set WORK.A.&lt;BR /&gt;NOTE: The data set WORK.B has 217 observations and 4 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.03 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;79 data c; set b;&lt;BR /&gt;80 t=time;&lt;BR /&gt;81 le=log(e);&lt;BR /&gt;82 se=sqrt(e);&lt;BR /&gt;83&lt;/P&gt;&lt;P&gt;NOTE: Missing values were generated as a result of performing an operation on&lt;BR /&gt;missing values.&lt;BR /&gt;Each place is given by: (Number of times) at (Line):(Column).&lt;BR /&gt;22 at 81:4 22 at 82:4&lt;BR /&gt;NOTE: There were 217 observations read from the data set WORK.B.&lt;BR /&gt;NOTE: The data set WORK.C has 217 observations and 7 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.04 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;84 proc rank out=new;&lt;BR /&gt;85 var e;&lt;BR /&gt;86 ranks re;&lt;BR /&gt;87&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.NEW has 217 observations and 8 variables.&lt;BR /&gt;NOTE: PROCEDURE RANK used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;88 proc print;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;89&lt;BR /&gt;90&lt;BR /&gt;91 /*&lt;BR /&gt;92 proc univariate plot normal;&lt;BR /&gt;93 var e le se re;&lt;BR /&gt;94 */&lt;BR /&gt;95&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.NEW.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;real time 3.99 seconds&lt;BR /&gt;cpu time 3.20 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;96 proc mixed plots=studentpanel(marginal conditional);&lt;BR /&gt;97 class heifer group time;&lt;BR /&gt;98 model le=group time group*time/ outp=new1;&lt;BR /&gt;99 random heifer(group);&lt;BR /&gt;100 repeated time / type=ar(1) sub=heifer(group); /*type=sp(pow) when the&lt;BR /&gt;100! sampling interval is not equal throughout the entire analysis*/&lt;BR /&gt;101 lsmeans group time group*time / diff adj=tukey;&lt;BR /&gt;102 ods output diffs=ppp lsmeans=mmm;&lt;BR /&gt;103 ods listing exclude diffs lsmeans;&lt;BR /&gt;ERROR: The LISTING destination is not active;&lt;BR /&gt;no select/exclude lists are available.&lt;BR /&gt;ERROR: The LISTING destination is not active;&lt;BR /&gt;no select/exclude lists are available.&lt;BR /&gt;104 run;&lt;/P&gt;&lt;P&gt;NOTE: 22 observations are not included because of missing values.&lt;BR /&gt;NOTE: Convergence criteria met.&lt;BR /&gt;NOTE: The data set WORK.MMM has 31 observations and 8 variables.&lt;BR /&gt;NOTE: The data set WORK.PPP has 234 observations and 12 variables.&lt;BR /&gt;NOTE: The data set WORK.NEW1 has 217 observations and 15 variables.&lt;BR /&gt;NOTE: PROCEDURE MIXED used (Total process time):&lt;BR /&gt;real time 8.96 seconds&lt;BR /&gt;cpu time 6.87 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;105&lt;BR /&gt;106 %include 'C:\Users\x\Desktop\SAS templates\pdmix800.sas';&lt;BR /&gt;659&lt;BR /&gt;660 %pdmix800(ppp,mmm,alpha=.05,sort=no);&lt;BR /&gt;PDMIX800 08.08.2003 processing&lt;BR /&gt;ERROR: The SAS/IML product with which IML is associated is either not licensed&lt;BR /&gt;for your system or the product license has expired. Please contact your&lt;BR /&gt;SAS installation representative.&lt;BR /&gt;ERROR: Bad product ID for procedure IML.&lt;BR /&gt;ERROR: File WORK.MSGRPZZ.DATA does not exist.&lt;BR /&gt;ERROR: File WORK.MSGRPZZ.DATA does not exist.&lt;BR /&gt;WARNING: The data set WORK.MSGRPZZ may be incomplete. When this step was&lt;BR /&gt;stopped there were 0 observations and 12 variables.&lt;BR /&gt;3.499183565&lt;BR /&gt;Tukey-Kramer values for group are 1.04602 (avg) 0.96596 (min) 1.15709&lt;BR /&gt;(max).&lt;BR /&gt;4.228330036&lt;BR /&gt;Tukey-Kramer values for time are 0.90893 (avg) 0.80095 (min) 0.97353 (max).&lt;BR /&gt;5.1429748379&lt;BR /&gt;Tukey-Kramer values for group*time are 2.20647 (avg) 1.28793 (min) 2.73944&lt;BR /&gt;(max).&lt;BR /&gt;ERROR: Variable ADJUSTMENT not found.&lt;BR /&gt;WARNING: The variable lsmrank in the DROP, KEEP, or RENAME list has never been&lt;BR /&gt;referenced.&lt;BR /&gt;ERROR: Variable ADJUSTMENT not found.&lt;BR /&gt;661&lt;BR /&gt;662 run;&lt;BR /&gt;663&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;664 data residy; set new1;&lt;BR /&gt;665&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.NEW1.&lt;BR /&gt;NOTE: The data set WORK.RESIDY has 217 observations and 15 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;666 proc plot;&lt;BR /&gt;667 plot resid*pred;&lt;/P&gt;&lt;P&gt;NOTE: Non-portable document will be produced. The current settings of FORMCHAR&lt;BR /&gt;use nonstandard line-drawing characters and the resulting output file&lt;BR /&gt;will not render correctly unless all readers of the document have the SAS&lt;BR /&gt;Monospace font installed. To make your document portable, issue the&lt;BR /&gt;following command:&lt;BR /&gt;OPTIONS FORMCHAR="|----|+|---+=|-/\&amp;lt;&amp;gt;*";&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.RESIDY.&lt;BR /&gt;NOTE: PROCEDURE PLOT used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;668 proc univariate plot normal;&lt;BR /&gt;669 var resid;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE UNIVARIATE used (Total process time):&lt;BR /&gt;real time 1.95 seconds&lt;BR /&gt;cpu time 1.75 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;670 Proc setinit;&lt;BR /&gt;671 correr;&lt;BR /&gt;------&lt;BR /&gt;180&lt;BR /&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;672&lt;/P&gt;&lt;P&gt;Original site validation data&lt;BR /&gt;Current version: 9.04.01M7P080520&lt;BR /&gt;Site name: 'THE OHIO STATE UNIVERSITY - SFA T&amp;amp;R'.&lt;BR /&gt;Site number: 70160962.&lt;BR /&gt;CPU A: Model name='' model number='' serial=''.&lt;BR /&gt;Expiration: 30SEP2026.&lt;BR /&gt;Grace Period: 0 days (ending 30SEP2026).&lt;BR /&gt;Warning Period: 15 days (ending 15OCT2026).&lt;BR /&gt;System birthday: 22SEP2025.&lt;BR /&gt;Operating System: WX64_WKS.&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/CONNECT&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Enterprise Miner&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Integration Technologies&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/Secure 168-bit&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/Secure Windows&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---High Performance Suite&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Add-in for Microsoft Excel&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE SETINIT used (Total process time):&lt;BR /&gt;real time 0.05 seconds&lt;BR /&gt;cpu time 0.06 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;673 Proc product_status;&lt;BR /&gt;674 correr;&lt;BR /&gt;------&lt;BR /&gt;180&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;675&lt;BR /&gt;676 /*&lt;BR /&gt;677&lt;BR /&gt;678&lt;BR /&gt;679&lt;BR /&gt;680 proc sort; by group;&lt;BR /&gt;681 proc mixed; by group;&lt;BR /&gt;682 class heifer time;&lt;BR /&gt;683 model Le=time;&lt;BR /&gt;684 random heifer;&lt;BR /&gt;685 repeated time / type=ar(1) sub=heifer;&lt;BR /&gt;686 lsmeans time / diff ADJ=TUKEY;&lt;BR /&gt;687 ods output diffs=ppp lsmeans=mmm;&lt;BR /&gt;688 ods listing exclude diffs lsmeans;&lt;BR /&gt;689 run;&lt;BR /&gt;690&lt;BR /&gt;691 %include 'C:\Users\domingues.2\OneDrive - The Ohio State&lt;BR /&gt;691 ! University\Documents\SAS templstes\pdmix800.sas';&lt;BR /&gt;692&lt;BR /&gt;693 %pdmix800(ppp,mmm,alpha=.05,sort=no);&lt;BR /&gt;694&lt;BR /&gt;695 run;&lt;BR /&gt;696&lt;BR /&gt;697 /*&lt;BR /&gt;698&lt;BR /&gt;699&lt;BR /&gt;700 proc sort; by time;&lt;BR /&gt;701 proc mixed; by time;&lt;BR /&gt;702 class heifer group;&lt;BR /&gt;703 model Le=group;&lt;BR /&gt;704 random heifer(group);&lt;BR /&gt;705 lsmeans group / diff ADJ=TUKEY;&lt;BR /&gt;706 ods output diffs=ppp lsmeans=mmm;&lt;BR /&gt;707 ods listing exclude diffs lsmeans;&lt;BR /&gt;708 run;&lt;BR /&gt;709&lt;BR /&gt;710 %include 'C:\Users\domingues.2\OneDrive - The Ohio State&lt;BR /&gt;710 ! University\Documents\SAS templstes\pdmix800.sas';&lt;BR /&gt;711&lt;BR /&gt;712 %pdmix800(ppp,mmm,alpha=.05,sort=no);&lt;BR /&gt;713&lt;BR /&gt;714 run;&lt;BR /&gt;715&lt;BR /&gt;716 /*&lt;BR /&gt;717 proc glm;&lt;BR /&gt;718 class heifer group;&lt;BR /&gt;719 model e=group;&lt;BR /&gt;720 means group/duncan;&lt;BR /&gt;721&lt;BR /&gt;722&lt;BR /&gt;723 proc sort; by time;&lt;BR /&gt;724 proc ttest; by time;&lt;BR /&gt;725 class group;&lt;BR /&gt;726 var e;&lt;BR /&gt;727 */&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2026 02:54:22 GMT</pubDate>
    <dc:creator>Paulo373</dc:creator>
    <dc:date>2026-03-05T02:54:22Z</dc:date>
    <item>
      <title>PDMIX800 not running</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984375#M43708</link>
      <description>&lt;P&gt;Hello everyone!&lt;BR /&gt;&lt;BR /&gt;I am running SAS 9.4 on a Windows 10 x64 workstation licensed to The Ohio State University, and I am trying to use the PDMIX800 macro after a PROC MIXED analysis to generate letter‑based multiple comparison results. My code runs normally until the moment I call the macro. The PROC MIXED step executes without issues, the &lt;CODE&gt;%include&lt;/CODE&gt; statement reads the macro file correctly, and the macro even starts processing. However, when it reaches the part that depends on SAS/IML, the execution stops and the following errors appear in the log:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;PDMIX800 08.08.2003 processing&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: The SAS/IML product with which IML is associated is either not licensed&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for your system or the product license has expired. Please contact your&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SAS installation representative.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Bad product ID for procedure IML.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: File WORK.MSGRPZZ.DATA does not exist.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: File WORK.MSGRPZZ.DATA does not exist.&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;My PROC MIXED code is:&lt;BR /&gt;proc mixed plots=studentpanel(marginal conditional);&lt;BR /&gt;class heifer group time;&lt;BR /&gt;model le = group time group*time / outp=new1;&lt;BR /&gt;random heifer(group);&lt;BR /&gt;repeated time / type=ar(1) sub=heifer(group);&lt;BR /&gt;lsmeans group time group*time / diff adj=tukey;&lt;BR /&gt;ods output diffs=ppp lsmeans=mmm;&lt;BR /&gt;ods listing exclude diffs lsmeans;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;%include 'C:\Users\...\pdmix800.sas';&lt;/P&gt;&lt;P&gt;%pdmix800(ppp, mmm, alpha=.05, sort=no);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Anyone could help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Mar 2026 16:43:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984375#M43708</guid>
      <dc:creator>Paulo373</dc:creator>
      <dc:date>2026-03-04T16:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: PDMIX800 not running</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984384#M43709</link>
      <description>&lt;P&gt;Please run these two procedures and share the LOG results. These will tell us if the SAS/IML product that the macro requires is available to your license and if it was installed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Proc setinit;
run;

Proc product_status;
run;&lt;/PRE&gt;
&lt;P&gt;The error message does state that if the SAS/IML product is not installed that the macro will not execute. So you will not get any IML dependent results. If you describe what you need someone may suggest a work around that doesn't involve IML. May. The conversion of IML to other steps may not be very easy.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 21:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984384#M43709</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2026-03-04T21:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: PDMIX800 not running</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984390#M43710</link>
      <description>&lt;P&gt;This what I got from the Log:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;41 ;&lt;BR /&gt;42 data b; set a;&lt;BR /&gt;43 e=t1;time=14;output;&lt;BR /&gt;44 e=t2;time=15;output;&lt;BR /&gt;45 e=t3;time=16;output;&lt;BR /&gt;46 e=t4;time=17;output;&lt;BR /&gt;47 e=t5;time=18;output;&lt;BR /&gt;48 e=t6;time=19;output;&lt;BR /&gt;49 e=t7;time=20;output;&lt;BR /&gt;50 /*&lt;BR /&gt;51 e=t8;time=8;output;&lt;BR /&gt;52 e=t9;time=9;output;&lt;BR /&gt;53 e=t10;time=10;output;&lt;BR /&gt;54 e=t11;time=11;output;&lt;BR /&gt;55 e=t12;time=12;output;&lt;BR /&gt;56 e=t13;time=13;output;&lt;BR /&gt;57 e=t14;time=14;output;&lt;BR /&gt;58 /*&lt;BR /&gt;59 e=t15;time=15;output;&lt;BR /&gt;60 e=t16;time=16;output;&lt;BR /&gt;61 e=t17;time=17;output;&lt;BR /&gt;62 e=t18;time=18;output;&lt;BR /&gt;63 /*&lt;BR /&gt;64 e=t19;time=26;output;&lt;BR /&gt;65 /*&lt;BR /&gt;66 e=t20;time=27;output;&lt;BR /&gt;67 e=t21;time=28;output;&lt;BR /&gt;68 e=t22;time=29;output;&lt;BR /&gt;69 e=t23;time=30;output;&lt;BR /&gt;70 e=t24;time=31;output;&lt;BR /&gt;71 e=t25;time=32;output;&lt;BR /&gt;72 e=t26;time=33;output;&lt;BR /&gt;73 e=t27;time=48;output;&lt;BR /&gt;74 e=t28;time=63;output;&lt;BR /&gt;75 */&lt;BR /&gt;76&lt;BR /&gt;77&lt;BR /&gt;78 drop t1-t7;&lt;/P&gt;&lt;P&gt;NOTE: There were 31 observations read from the data set WORK.A.&lt;BR /&gt;NOTE: The data set WORK.B has 217 observations and 4 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.03 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;79 data c; set b;&lt;BR /&gt;80 t=time;&lt;BR /&gt;81 le=log(e);&lt;BR /&gt;82 se=sqrt(e);&lt;BR /&gt;83&lt;/P&gt;&lt;P&gt;NOTE: Missing values were generated as a result of performing an operation on&lt;BR /&gt;missing values.&lt;BR /&gt;Each place is given by: (Number of times) at (Line):(Column).&lt;BR /&gt;22 at 81:4 22 at 82:4&lt;BR /&gt;NOTE: There were 217 observations read from the data set WORK.B.&lt;BR /&gt;NOTE: The data set WORK.C has 217 observations and 7 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.04 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;84 proc rank out=new;&lt;BR /&gt;85 var e;&lt;BR /&gt;86 ranks re;&lt;BR /&gt;87&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.NEW has 217 observations and 8 variables.&lt;BR /&gt;NOTE: PROCEDURE RANK used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;88 proc print;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;89&lt;BR /&gt;90&lt;BR /&gt;91 /*&lt;BR /&gt;92 proc univariate plot normal;&lt;BR /&gt;93 var e le se re;&lt;BR /&gt;94 */&lt;BR /&gt;95&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.NEW.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;real time 3.99 seconds&lt;BR /&gt;cpu time 3.20 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;96 proc mixed plots=studentpanel(marginal conditional);&lt;BR /&gt;97 class heifer group time;&lt;BR /&gt;98 model le=group time group*time/ outp=new1;&lt;BR /&gt;99 random heifer(group);&lt;BR /&gt;100 repeated time / type=ar(1) sub=heifer(group); /*type=sp(pow) when the&lt;BR /&gt;100! sampling interval is not equal throughout the entire analysis*/&lt;BR /&gt;101 lsmeans group time group*time / diff adj=tukey;&lt;BR /&gt;102 ods output diffs=ppp lsmeans=mmm;&lt;BR /&gt;103 ods listing exclude diffs lsmeans;&lt;BR /&gt;ERROR: The LISTING destination is not active;&lt;BR /&gt;no select/exclude lists are available.&lt;BR /&gt;ERROR: The LISTING destination is not active;&lt;BR /&gt;no select/exclude lists are available.&lt;BR /&gt;104 run;&lt;/P&gt;&lt;P&gt;NOTE: 22 observations are not included because of missing values.&lt;BR /&gt;NOTE: Convergence criteria met.&lt;BR /&gt;NOTE: The data set WORK.MMM has 31 observations and 8 variables.&lt;BR /&gt;NOTE: The data set WORK.PPP has 234 observations and 12 variables.&lt;BR /&gt;NOTE: The data set WORK.NEW1 has 217 observations and 15 variables.&lt;BR /&gt;NOTE: PROCEDURE MIXED used (Total process time):&lt;BR /&gt;real time 8.96 seconds&lt;BR /&gt;cpu time 6.87 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;105&lt;BR /&gt;106 %include 'C:\Users\x\Desktop\SAS templates\pdmix800.sas';&lt;BR /&gt;659&lt;BR /&gt;660 %pdmix800(ppp,mmm,alpha=.05,sort=no);&lt;BR /&gt;PDMIX800 08.08.2003 processing&lt;BR /&gt;ERROR: The SAS/IML product with which IML is associated is either not licensed&lt;BR /&gt;for your system or the product license has expired. Please contact your&lt;BR /&gt;SAS installation representative.&lt;BR /&gt;ERROR: Bad product ID for procedure IML.&lt;BR /&gt;ERROR: File WORK.MSGRPZZ.DATA does not exist.&lt;BR /&gt;ERROR: File WORK.MSGRPZZ.DATA does not exist.&lt;BR /&gt;WARNING: The data set WORK.MSGRPZZ may be incomplete. When this step was&lt;BR /&gt;stopped there were 0 observations and 12 variables.&lt;BR /&gt;3.499183565&lt;BR /&gt;Tukey-Kramer values for group are 1.04602 (avg) 0.96596 (min) 1.15709&lt;BR /&gt;(max).&lt;BR /&gt;4.228330036&lt;BR /&gt;Tukey-Kramer values for time are 0.90893 (avg) 0.80095 (min) 0.97353 (max).&lt;BR /&gt;5.1429748379&lt;BR /&gt;Tukey-Kramer values for group*time are 2.20647 (avg) 1.28793 (min) 2.73944&lt;BR /&gt;(max).&lt;BR /&gt;ERROR: Variable ADJUSTMENT not found.&lt;BR /&gt;WARNING: The variable lsmrank in the DROP, KEEP, or RENAME list has never been&lt;BR /&gt;referenced.&lt;BR /&gt;ERROR: Variable ADJUSTMENT not found.&lt;BR /&gt;661&lt;BR /&gt;662 run;&lt;BR /&gt;663&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;664 data residy; set new1;&lt;BR /&gt;665&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.NEW1.&lt;BR /&gt;NOTE: The data set WORK.RESIDY has 217 observations and 15 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;666 proc plot;&lt;BR /&gt;667 plot resid*pred;&lt;/P&gt;&lt;P&gt;NOTE: Non-portable document will be produced. The current settings of FORMCHAR&lt;BR /&gt;use nonstandard line-drawing characters and the resulting output file&lt;BR /&gt;will not render correctly unless all readers of the document have the SAS&lt;BR /&gt;Monospace font installed. To make your document portable, issue the&lt;BR /&gt;following command:&lt;BR /&gt;OPTIONS FORMCHAR="|----|+|---+=|-/\&amp;lt;&amp;gt;*";&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.RESIDY.&lt;BR /&gt;NOTE: PROCEDURE PLOT used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;668 proc univariate plot normal;&lt;BR /&gt;669 var resid;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE UNIVARIATE used (Total process time):&lt;BR /&gt;real time 1.95 seconds&lt;BR /&gt;cpu time 1.75 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;670 Proc setinit;&lt;BR /&gt;671 correr;&lt;BR /&gt;------&lt;BR /&gt;180&lt;BR /&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;672&lt;/P&gt;&lt;P&gt;Original site validation data&lt;BR /&gt;Current version: 9.04.01M7P080520&lt;BR /&gt;Site name: 'THE OHIO STATE UNIVERSITY - SFA T&amp;amp;R'.&lt;BR /&gt;Site number: 70160962.&lt;BR /&gt;CPU A: Model name='' model number='' serial=''.&lt;BR /&gt;Expiration: 30SEP2026.&lt;BR /&gt;Grace Period: 0 days (ending 30SEP2026).&lt;BR /&gt;Warning Period: 15 days (ending 15OCT2026).&lt;BR /&gt;System birthday: 22SEP2025.&lt;BR /&gt;Operating System: WX64_WKS.&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/CONNECT&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Enterprise Miner&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Integration Technologies&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/Secure 168-bit&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/Secure Windows&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---High Performance Suite&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Add-in for Microsoft Excel&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE SETINIT used (Total process time):&lt;BR /&gt;real time 0.05 seconds&lt;BR /&gt;cpu time 0.06 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;673 Proc product_status;&lt;BR /&gt;674 correr;&lt;BR /&gt;------&lt;BR /&gt;180&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;675&lt;BR /&gt;676 /*&lt;BR /&gt;677&lt;BR /&gt;678&lt;BR /&gt;679&lt;BR /&gt;680 proc sort; by group;&lt;BR /&gt;681 proc mixed; by group;&lt;BR /&gt;682 class heifer time;&lt;BR /&gt;683 model Le=time;&lt;BR /&gt;684 random heifer;&lt;BR /&gt;685 repeated time / type=ar(1) sub=heifer;&lt;BR /&gt;686 lsmeans time / diff ADJ=TUKEY;&lt;BR /&gt;687 ods output diffs=ppp lsmeans=mmm;&lt;BR /&gt;688 ods listing exclude diffs lsmeans;&lt;BR /&gt;689 run;&lt;BR /&gt;690&lt;BR /&gt;691 %include 'C:\Users\domingues.2\OneDrive - The Ohio State&lt;BR /&gt;691 ! University\Documents\SAS templstes\pdmix800.sas';&lt;BR /&gt;692&lt;BR /&gt;693 %pdmix800(ppp,mmm,alpha=.05,sort=no);&lt;BR /&gt;694&lt;BR /&gt;695 run;&lt;BR /&gt;696&lt;BR /&gt;697 /*&lt;BR /&gt;698&lt;BR /&gt;699&lt;BR /&gt;700 proc sort; by time;&lt;BR /&gt;701 proc mixed; by time;&lt;BR /&gt;702 class heifer group;&lt;BR /&gt;703 model Le=group;&lt;BR /&gt;704 random heifer(group);&lt;BR /&gt;705 lsmeans group / diff ADJ=TUKEY;&lt;BR /&gt;706 ods output diffs=ppp lsmeans=mmm;&lt;BR /&gt;707 ods listing exclude diffs lsmeans;&lt;BR /&gt;708 run;&lt;BR /&gt;709&lt;BR /&gt;710 %include 'C:\Users\domingues.2\OneDrive - The Ohio State&lt;BR /&gt;710 ! University\Documents\SAS templstes\pdmix800.sas';&lt;BR /&gt;711&lt;BR /&gt;712 %pdmix800(ppp,mmm,alpha=.05,sort=no);&lt;BR /&gt;713&lt;BR /&gt;714 run;&lt;BR /&gt;715&lt;BR /&gt;716 /*&lt;BR /&gt;717 proc glm;&lt;BR /&gt;718 class heifer group;&lt;BR /&gt;719 model e=group;&lt;BR /&gt;720 means group/duncan;&lt;BR /&gt;721&lt;BR /&gt;722&lt;BR /&gt;723 proc sort; by time;&lt;BR /&gt;724 proc ttest; by time;&lt;BR /&gt;725 class group;&lt;BR /&gt;726 var e;&lt;BR /&gt;727 */&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 02:54:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984390#M43710</guid>
      <dc:creator>Paulo373</dc:creator>
      <dc:date>2026-03-05T02:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: PDMIX800 not running</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984399#M43711</link>
      <description>&lt;P&gt;I don't know that PDMIX800 macro,&lt;/P&gt;
&lt;P&gt;but I know there's no&amp;nbsp;compact letter displays (CLD) for multiple comparisons in PROC MIXED.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest to store the model in an item store.&lt;/P&gt;
&lt;P&gt;When you restore with PROC PLM, you can use the &lt;STRONG&gt;lines&lt;/STRONG&gt; and &lt;STRONG&gt;linestable&lt;/STRONG&gt; option on the LSMEANS statement of PROC PLM.&lt;/P&gt;
&lt;P&gt;(The PLM procedure&amp;nbsp;performs &lt;U&gt;&lt;STRONG&gt;P&lt;/STRONG&gt;&lt;/U&gt;ost-fitting statistical analyses on &lt;STRONG&gt;&lt;U&gt;L&lt;/U&gt;&lt;/STRONG&gt;inear &lt;U&gt;&lt;STRONG&gt;M&lt;/STRONG&gt;&lt;/U&gt;odels.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just a thought ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data heights;
   input Family Gender$ Height @@;
   datalines;
1 F 67   1 F 66   1 F 64   1 M 71   1 M 72   2 F 63
2 F 63   2 F 67   2 M 69   2 M 68   2 M 70   3 F 63
3 M 64   4 F 67   4 F 66   4 M 67   4 M 67   4 M 69
;
run;

/* two-way analysis of variance */
proc mixed data=heights;
   class Family Gender;
   model Height = Gender Family Family*Gender;
   lsmeans Family / adjust=smm adjdfe=row;
store sasuser.mymixed;
run;

proc plm restore=sasuser.mymixed;
   show cov Parms;
   lsmeans Family / diff lines linestable;
run;
/* end of program */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;BR, Koen&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 11:15:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984399#M43711</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2026-03-05T11:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: PDMIX800 not running</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984410#M43712</link>
      <description>&lt;P&gt;This is what I got, when I ran&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Proc setinit;
run;

Proc product_status;
run;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;105&lt;BR /&gt;106 %include 'C:\Users\x\Desktop\SAS templates\pdmix800.sas';&lt;BR /&gt;659&lt;BR /&gt;660 %pdmix800(ppp,mmm,alpha=.05,sort=no);&lt;BR /&gt;PDMIX800 08.08.2003 processing&lt;BR /&gt;E&lt;STRONG&gt;RROR: The SAS/IML product with which IML is associated is either not licensed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;for your system or the product license has expired. Please contact your&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SAS installation representative.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Bad product ID for procedure IML.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: File WORK.MSGRPZZ.DATA does not exist.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: File WORK.MSGRPZZ.DATA does not exist.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;WARNING: The data set WORK.MSGRPZZ may be incomplete. When this step was&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;stopped there were 0 observations and 12 variables.&lt;/STRONG&gt;&lt;BR /&gt;3.499183565&lt;BR /&gt;Tukey-Kramer values for group are 1.04602 (avg) 0.96596 (min) 1.15709&lt;BR /&gt;(max).&lt;BR /&gt;4.228330036&lt;BR /&gt;Tukey-Kramer values for time are 0.90893 (avg) 0.80095 (min) 0.97353 (max).&lt;BR /&gt;5.1429748379&lt;BR /&gt;Tukey-Kramer values for group*time are 2.20647 (avg) 1.28793 (min) 2.73944&lt;BR /&gt;(max).&lt;BR /&gt;&lt;STRONG&gt;ERROR: Variable ADJUSTMENT not found.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;WARNING: The variable lsmrank in the DROP, KEEP, or RENAME list has never been&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;referenced.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Variable ADJUSTMENT not found.&lt;/STRONG&gt;&lt;BR /&gt;661&lt;BR /&gt;662 run;&lt;BR /&gt;663&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;664 data residy; set new1;&lt;BR /&gt;665&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.NEW1.&lt;BR /&gt;NOTE: The data set WORK.RESIDY has 217 observations and 15 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;666 proc plot;&lt;BR /&gt;667 plot resid*pred;&lt;/P&gt;&lt;P&gt;NOTE: Non-portable document will be produced. The current settings of FORMCHAR&lt;BR /&gt;use nonstandard line-drawing characters and the resulting output file&lt;BR /&gt;will not render correctly unless all readers of the document have the SAS&lt;BR /&gt;Monospace font installed. To make your document portable, issue the&lt;BR /&gt;following command:&lt;BR /&gt;OPTIONS FORMCHAR="|----|+|---+=|-/\&amp;lt;&amp;gt;*";&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.RESIDY.&lt;BR /&gt;NOTE: PROCEDURE PLOT used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;668 proc univariate plot normal;&lt;BR /&gt;669 var resid;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE UNIVARIATE used (Total process time):&lt;BR /&gt;real time 1.95 seconds&lt;BR /&gt;cpu time 1.75 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;670 Proc setinit;&lt;BR /&gt;671 correr;&lt;BR /&gt;------&lt;BR /&gt;180&lt;BR /&gt;N&lt;STRONG&gt;OTE: The previous statement has been deleted.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;672&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Original site validation data&lt;BR /&gt;Current version: 9.04.01M7P080520&lt;BR /&gt;Site name: 'THE OHIO STATE UNIVERSITY - SFA T&amp;amp;R'.&lt;BR /&gt;Site number: 70160962.&lt;BR /&gt;CPU A: Model name='' model number='' serial=''.&lt;BR /&gt;Expiration: 30SEP2026.&lt;BR /&gt;Grace Period: 0 days (ending 30SEP2026).&lt;BR /&gt;Warning Period: 15 days (ending 15OCT2026).&lt;BR /&gt;System birthday: 22SEP2025.&lt;BR /&gt;Operating System: WX64_WKS.&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/CONNECT&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Enterprise Miner&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Integration Technologies&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/Secure 168-bit&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/Secure Windows&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---High Performance Suite&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Add-in for Microsoft Excel&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE SETINIT used (Total process time):&lt;BR /&gt;real time 0.05 seconds&lt;BR /&gt;cpu time 0.06 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;673 Proc product_status;&lt;BR /&gt;674 correr;&lt;BR /&gt;------&lt;BR /&gt;180&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;675&lt;BR /&gt;676 /*&lt;BR /&gt;677&lt;BR /&gt;678&lt;BR /&gt;679&lt;BR /&gt;680 proc sort; by group;&lt;BR /&gt;681 proc mixed; by group;&lt;BR /&gt;682 class heifer time;&lt;BR /&gt;683 model Le=time;&lt;BR /&gt;684 random heifer;&lt;BR /&gt;685 repeated time / type=ar(1) sub=heifer;&lt;BR /&gt;686 lsmeans time / diff ADJ=TUKEY;&lt;BR /&gt;687 ods output diffs=ppp lsmeans=mmm;&lt;BR /&gt;688 ods listing exclude diffs lsmeans;&lt;BR /&gt;689 run;&lt;BR /&gt;690&lt;BR /&gt;691 %include 'C:\Users\domingues.2\OneDrive - The Ohio State&lt;BR /&gt;691 ! University\Documents\SAS templstes\pdmix800.sas';&lt;BR /&gt;692&lt;BR /&gt;693 %pdmix800(ppp,mmm,alpha=.05,sort=no);&lt;BR /&gt;694&lt;BR /&gt;695 run;&lt;BR /&gt;696&lt;BR /&gt;697 /*&lt;BR /&gt;698&lt;BR /&gt;699&lt;BR /&gt;700 proc sort; by time;&lt;BR /&gt;701 proc mixed; by time;&lt;BR /&gt;702 class heifer group;&lt;BR /&gt;703 model Le=group;&lt;BR /&gt;704 random heifer(group);&lt;BR /&gt;705 lsmeans group / diff ADJ=TUKEY;&lt;BR /&gt;706 ods output diffs=ppp lsmeans=mmm;&lt;BR /&gt;707 ods listing exclude diffs lsmeans;&lt;BR /&gt;708 run;&lt;BR /&gt;709&lt;BR /&gt;710 %include 'C:\Users\domingues.2\OneDrive - The Ohio State&lt;BR /&gt;710 ! University\Documents\SAS templstes\pdmix800.sas';&lt;BR /&gt;711&lt;BR /&gt;712 %pdmix800(ppp,mmm,alpha=.05,sort=no);&lt;BR /&gt;713&lt;BR /&gt;714 run;&lt;BR /&gt;715&lt;BR /&gt;716 /*&lt;BR /&gt;717 proc glm;&lt;BR /&gt;718 class heifer group;&lt;BR /&gt;719 model e=group;&lt;BR /&gt;720 means group/duncan;&lt;BR /&gt;721&lt;BR /&gt;722&lt;BR /&gt;723 proc sort; by time;&lt;BR /&gt;724 proc ttest; by time;&lt;BR /&gt;725 class group;&lt;BR /&gt;726 var e;&lt;BR /&gt;727 */&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;BR /&gt;real time 0.04 seconds&lt;BR /&gt;cpu time 0.03 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;728 proc means n mean stderr;&lt;BR /&gt;729 class group;&lt;BR /&gt;730 var e;&lt;BR /&gt;731 run;&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.RESIDY.&lt;BR /&gt;NOTE: PROCEDURE MEANS used (Total process time):&lt;BR /&gt;real time 0.02 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;732 options linesize=80 pagesize=64;&lt;BR /&gt;733 data a;&lt;BR /&gt;734 input heifer$ group$ t1-t7;&lt;BR /&gt;735 cards;&lt;/P&gt;&lt;P&gt;NOTE: SAS went to a new line when INPUT statement reached past the end of a&lt;BR /&gt;line.&lt;BR /&gt;NOTE: The data set WORK.A has 31 observations and 9 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.09 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;772 ;&lt;BR /&gt;773 data b; set a;&lt;BR /&gt;774 e=t1;time=14;output;&lt;BR /&gt;775 e=t2;time=15;output;&lt;BR /&gt;776 e=t3;time=16;output;&lt;BR /&gt;777 e=t4;time=17;output;&lt;BR /&gt;778 e=t5;time=18;output;&lt;BR /&gt;779 e=t6;time=19;output;&lt;BR /&gt;780 e=t7;time=20;output;&lt;BR /&gt;781 /*&lt;BR /&gt;782 e=t8;time=8;output;&lt;BR /&gt;783 e=t9;time=9;output;&lt;BR /&gt;784 e=t10;time=10;output;&lt;BR /&gt;785 e=t11;time=11;output;&lt;BR /&gt;786 e=t12;time=12;output;&lt;BR /&gt;787 e=t13;time=13;output;&lt;BR /&gt;788 e=t14;time=14;output;&lt;BR /&gt;789 /*&lt;BR /&gt;790 e=t15;time=15;output;&lt;BR /&gt;791 e=t16;time=16;output;&lt;BR /&gt;792 e=t17;time=17;output;&lt;BR /&gt;793 e=t18;time=18;output;&lt;BR /&gt;794 /*&lt;BR /&gt;795 e=t19;time=26;output;&lt;BR /&gt;796 /*&lt;BR /&gt;797 e=t20;time=27;output;&lt;BR /&gt;798 e=t21;time=28;output;&lt;BR /&gt;799 e=t22;time=29;output;&lt;BR /&gt;800 e=t23;time=30;output;&lt;BR /&gt;801 e=t24;time=31;output;&lt;BR /&gt;802 e=t25;time=32;output;&lt;BR /&gt;803 e=t26;time=33;output;&lt;BR /&gt;804 e=t27;time=48;output;&lt;BR /&gt;805 e=t28;time=63;output;&lt;BR /&gt;806 */&lt;BR /&gt;807&lt;BR /&gt;808&lt;BR /&gt;809 drop t1-t7;&lt;/P&gt;&lt;P&gt;NOTE: There were 31 observations read from the data set WORK.A.&lt;BR /&gt;NOTE: The data set WORK.B has 217 observations and 4 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.02 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;810 data c; set b;&lt;BR /&gt;811 t=time;&lt;BR /&gt;812 le=log(e);&lt;BR /&gt;813 se=sqrt(e);&lt;BR /&gt;814&lt;/P&gt;&lt;P&gt;NOTE: Missing values were generated as a result of performing an operation on&lt;BR /&gt;missing values.&lt;BR /&gt;Each place is given by: (Number of times) at (Line):(Column).&lt;BR /&gt;22 at 812:4 22 at 813:4&lt;BR /&gt;NOTE: There were 217 observations read from the data set WORK.B.&lt;BR /&gt;NOTE: The data set WORK.C has 217 observations and 7 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;815 proc rank out=new;&lt;BR /&gt;816 var e;&lt;BR /&gt;817 ranks re;&lt;BR /&gt;818&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.NEW has 217 observations and 8 variables.&lt;BR /&gt;NOTE: PROCEDURE RANK used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;819 proc print;&lt;BR /&gt;820&lt;BR /&gt;821&lt;BR /&gt;822 /*&lt;BR /&gt;823 proc univariate plot normal;&lt;BR /&gt;824 var e le se re;&lt;BR /&gt;825 */&lt;BR /&gt;826&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.NEW.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;real time 0.12 seconds&lt;BR /&gt;cpu time 0.06 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;827 proc mixed plots=studentpanel(marginal conditional);&lt;BR /&gt;828 class heifer group time;&lt;BR /&gt;829 model le=group time group*time/ outp=new1;&lt;BR /&gt;830 random heifer(group);&lt;BR /&gt;831 repeated time / type=ar(1) sub=heifer(group); /*type=sp(pow) when the&lt;BR /&gt;831 ! sampling interval is not equal throughout the entire analysis*/&lt;BR /&gt;832 lsmeans group time group*time / diff adj=tukey;&lt;BR /&gt;833 ods output diffs=ppp lsmeans=mmm;&lt;BR /&gt;834 ods listing exclude diffs lsmeans;&lt;BR /&gt;ERROR: The LISTING destination is not active;&lt;BR /&gt;no select/exclude lists are available.&lt;BR /&gt;ERROR: The LISTING destination is not active;&lt;BR /&gt;no select/exclude lists are available.&lt;BR /&gt;835 run;&lt;/P&gt;&lt;P&gt;NOTE: 22 observations are not included because of missing values.&lt;BR /&gt;NOTE: Convergence criteria met.&lt;BR /&gt;NOTE: The data set WORK.MMM has 31 observations and 8 variables.&lt;BR /&gt;NOTE: The data set WORK.PPP has 234 observations and 12 variables.&lt;BR /&gt;NOTE: The data set WORK.NEW1 has 217 observations and 15 variables.&lt;BR /&gt;NOTE: PROCEDURE MIXED used (Total process time):&lt;BR /&gt;real time 4.93 seconds&lt;BR /&gt;cpu time 2.23 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;836&lt;BR /&gt;837 %include 'C:\Users\x\Desktop\SAS templates\pdmix800.sas';&lt;BR /&gt;1390&lt;BR /&gt;1391 %pdmix800(ppp,mmm,alpha=.05,sort=no);&lt;BR /&gt;PDMIX800 08.08.2003 processing&lt;BR /&gt;ERROR: The SAS/IML product with which IML is associated is either not licensed&lt;BR /&gt;for your system or the product license has expired. Please contact your&lt;BR /&gt;SAS installation representative.&lt;BR /&gt;ERROR: Bad product ID for procedure IML.&lt;BR /&gt;ERROR: Variable LSMRANK not found.&lt;BR /&gt;3.499183565&lt;BR /&gt;Tukey-Kramer values for group are 1.04602 (avg) 0.96596 (min) 1.15709&lt;BR /&gt;(max).&lt;BR /&gt;4.228330036&lt;BR /&gt;Tukey-Kramer values for time are 0.90893 (avg) 0.80095 (min) 0.97353 (max).&lt;BR /&gt;5.1429748379&lt;BR /&gt;Tukey-Kramer values for group*time are 2.20647 (avg) 1.28793 (min) 2.73944&lt;BR /&gt;(max).&lt;BR /&gt;ERROR: Variable ADJUSTMENT not found.&lt;BR /&gt;WARNING: The variable lsmrank in the DROP, KEEP, or RENAME list has never been&lt;BR /&gt;referenced.&lt;BR /&gt;ERROR: Variable ADJUSTMENT not found.&lt;BR /&gt;1392&lt;BR /&gt;1393 run;&lt;BR /&gt;1394&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1395 data residy; set new1;&lt;BR /&gt;1396&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.NEW1.&lt;BR /&gt;NOTE: The data set WORK.RESIDY has 217 observations and 15 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1397 proc plot;&lt;BR /&gt;1398 plot resid*pred;&lt;/P&gt;&lt;P&gt;NOTE: There were 217 observations read from the data set WORK.RESIDY.&lt;BR /&gt;NOTE: PROCEDURE PLOT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1399 proc univariate plot normal;&lt;BR /&gt;1400 var resid;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE UNIVARIATE used (Total process time):&lt;BR /&gt;real time 1.93 seconds&lt;BR /&gt;cpu time 1.37 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1401 Proc setinit;&lt;BR /&gt;1402 correr;&lt;BR /&gt;------&lt;BR /&gt;180&lt;BR /&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;1403&lt;/P&gt;&lt;P&gt;Original site validation data&lt;BR /&gt;Current version: 9.04.01M7P080520&lt;BR /&gt;Site name: 'THE OHIO STATE UNIVERSITY - SFA T&amp;amp;R'.&lt;BR /&gt;Site number: 70160962.&lt;BR /&gt;CPU A: Model name='' model number='' serial=''.&lt;BR /&gt;Expiration: 30SEP2026.&lt;BR /&gt;Grace Period: 0 days (ending 30SEP2026).&lt;BR /&gt;Warning Period: 15 days (ending 15OCT2026).&lt;BR /&gt;System birthday: 22SEP2025.&lt;BR /&gt;Operating System: WX64_WKS.&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/CONNECT&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Enterprise Miner&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Integration Technologies&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/Secure 168-bit&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/Secure Windows&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---High Performance Suite&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;---SAS Add-in for Microsoft Excel&lt;BR /&gt;30SEP2026 (CPU A)&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE SETINIT used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1404 Proc product_status;&lt;BR /&gt;1405 correr;&lt;BR /&gt;------&lt;BR /&gt;180&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 17:51:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984410#M43712</guid>
      <dc:creator>Paulo373</dc:creator>
      <dc:date>2026-03-05T17:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: PDMIX800 not running</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984412#M43713</link>
      <description>&lt;BR /&gt;835&lt;BR /&gt;836 %include 'C:\Users\x\Desktop\SAS templates\pdmix800.sas';&lt;BR /&gt;1389&lt;BR /&gt;1390 %pdmix800(ppp,mmm,alpha=.05,sort=no);&lt;BR /&gt;PDMIX800 08.08.2003 processing&lt;BR /&gt;ERROR: The SAS/IML product with which IML is associated is either not licensed&lt;BR /&gt;for your system or the product license has expired. Please contact your&lt;BR /&gt;SAS installation representative.&lt;BR /&gt;ERROR: Bad product ID for procedure IML.&lt;BR /&gt;ERROR: Variable LSMRANK not found.&lt;BR /&gt;3.499183565&lt;BR /&gt;Tukey-Kramer values for group are 1.04602 (avg) 0.96596 (min) 1.15709&lt;BR /&gt;(max).&lt;BR /&gt;4.228330036&lt;BR /&gt;Tukey-Kramer values for time are 0.90893 (avg) 0.80095 (min) 0.97353 (max).&lt;BR /&gt;5.1429748379&lt;BR /&gt;Tukey-Kramer values for group*time are 2.20647 (avg) 1.28793 (min) 2.73944&lt;BR /&gt;(max).&lt;BR /&gt;ERROR: Variable ADJUSTMENT not found.&lt;BR /&gt;WARNING: The variable lsmrank in the DROP, KEEP, or RENAME list has never been&lt;BR /&gt;referenced.&lt;BR /&gt;ERROR: Variable ADJUSTMENT not found.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I still got this result</description>
      <pubDate>Thu, 05 Mar 2026 20:29:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984412#M43713</guid>
      <dc:creator>Paulo373</dc:creator>
      <dc:date>2026-03-05T20:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: PDMIX800 not running</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984417#M43714</link>
      <description>&lt;P&gt;The results from Proc Setinit do not show that SAS/IML is licensed. So any code including macros that make calls to SAS/IML features will not run and will throw errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That means finding a work-around to use instead of that macro. If an instructor or other said that macro needs to be used then talk to that person about access to SAS/IML.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 22:24:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PDMIX800-not-running/m-p/984417#M43714</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2026-03-05T22:24:10Z</dc:date>
    </item>
  </channel>
</rss>

