  
  ** Mx startup successful **
  
   **MX-Linux version 1.52b**
 
 
 The following MX script lines were read for group  1
 
 #NGROUPS 23
  Note: #NGroup set number of groups to 23
  
 !
 ! Ascertainment correction, estimating pi
 !
 G1: MODEL PARAMETERS
 CALC 
 BEGIN MATRICES; 
 H FULL 1 1  
 Q FULL 1 1  
 U UNIT 1 1  
 M STAN 2 2 FREE  
 L STAN 2 2 FREE  
 W LOWER 1 1  
 O ZERO 1 1  
 END MATRICES; 
 MATRIX H .5 
 MATRIX Q .25 
 START .6 ALL 
 BOUND -.99 .99 M 2 1 L 2 1 
 INTERVALS M 1 2 1 L 1 2 1 
 END
 
 
 The following MX script lines were read for group  2
 
 #repeat 11
  Note: beginning of #Repeat section
 G2: MZ TWIN PAIRS
 DATA NINPUT=9 
 LABELS STUDYID STUDYYR ZYGOSITY TWIN1 TWIN2 ASC FREQ PIHAT THRESHOLD 
 ORDINAL FILE=SCZ_MX.05.DAT 
  Ordinal data read initiated
  
  We have a problem whose error code is  169
  and which I ran across at line number   29
  of your input script
 ORDINAL FILE=SCZ_MX.05.DAT 
             ~~~            
  Error: file not found:
 scz_mx.05.dat                                                                   
  Check spelling and existence of file
  Remember that UNIX is case sensitive
  Filenames have a maximum of 80 characters including directory
  Problem occurred in group #   2
!@machine;
