1                                       The SAS System          14:41 Thursday, August 11, 2005

NOTE: Copyright (c) 1999-2001 by SAS Institute Inc., Cary, NC, USA. 
NOTE: SAS (r) Proprietary Software Release 8.2 (TS2M0)
      Licensed to META-XCEED INC, Site 0035729001.
NOTE: This session is executing on the WIN_PRO  platform.



NOTE: SAS initialization used:
      real time           0.38 seconds
      cpu time            0.35 seconds
      

NOTE: AUTOEXEC processing beginning; file is 
      C:\test\test_relrec_GUI\testing\saspgm\autoexec.sas.


NOTE: AUTOEXEC processing completed.

1          /*------------------------------------------------------------*
2          * program:     relrec4.sas                                    *
3          * Description: Verify when the usubjid does not exist         *
4          *              as a variable in the dataset.                  *
5          *                                                             *
6          *                                                             *
7          * By:          Meta-Xceed, Inc.                               *
8          *              Nghi Vu,06/09/2005                             *
9          *-------------------------------------------------------------*/
10         libname dataware '..\data';
NOTE: Libref DATAWARE was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\test\test_relrec_GUI\testing\data
11         %relrec (data=dataware.ae,
12                  rdomain=ae,
13                  studyid='23423',
14                  usubjid = patnum,
15                  idvar = ptid,
16                  output =dataware.relrec4,
17                  basecode =
18         );
NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\test\test_relrec_GUI\testing\saspgm

  
ERROR: [relrec] has an invalid USUBJID specified. 
  
NOTE: PROCEDURE DISPLAY used:
      real time           0.62 seconds
      cpu time            0.15 seconds
      

2                                       The SAS System          14:41 Thursday, August 11, 2005

19         
20         
21         
22         

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           1.23 seconds
      cpu time            0.62 seconds
      
