1                                         The SAS System             09:28 Friday, August 19, 2005

NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA. 
NOTE: SAS (r) 9.1 (TS1M3)
      Licensed to META-XCEED INC, Site 0035729001.
NOTE: This session is executing on the XP_HOME  platform.



NOTE: SAS initialization used:
      real time           0.54 seconds
      cpu time            0.59 seconds
      

NOTE: AUTOEXEC processing beginning; file is C:\Projects\cdiscbuilder\new 
      cdisc\matchvar_root\testing\saspgm\autoexec.sas.

NOTE: Libref CDISCBLD was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\Projects\cdiscbuilder\new cdisc\matchvar_root\testing\saspgm

NOTE: AUTOEXEC processing completed.

1          /*------------------------------------------------------------*
2          * program:     matchvar6.sas                                  *
3          * Description: Verify that score out of range                 *
4          * By:          Meta-Xceed, Inc.                               *
5          *              Nghi Vu, 08/19/2005                            *
6          *-------------------------------------------------------------*/
7          
8          %matchvar(path_a=..\data\matchvar,dat_a1=matchvar1,dat_a2=matchvar2,score=-1);

  
ERROR: [matchvar] has an score: -1 which is out of range. 
NOTE: Valid score is between 1 and 5 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.31 seconds
      cpu time            0.23 seconds
      

9          %matchvar(path_a=..\data\matchvar,dat_a1=matchvar1,dat_a2=matchvar2,score=-6);

  
ERROR: [matchvar] has an score: -6 which is out of range. 
NOTE: Valid score is between 1 and 5 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

10         

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
2                                         The SAS System             09:28 Friday, August 19, 2005

NOTE: The SAS System used:
      real time           1.00 seconds
      cpu time            0.92 seconds
      
