1                                       The SAS System          15:25 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.45 seconds
      cpu time            0.37 seconds
      

NOTE: AUTOEXEC processing beginning; file is 
      C:\test\test_relrec_GUI\testing\saspgm\autoexec.sas.


NOTE: AUTOEXEC processing completed.

1          /*------------------------------------------------------------*
2          * program:     relrec8.sas                                    *
3          * Description: Verify the output data USUBJID has the         *
4          *              correct value according to input.              *
5          *                                                             *
6          * By:          Meta-Xceed, Inc.                               *
7          *              Nhi Nguyen ,06/09/2005                         *
8          *-------------------------------------------------------------*/
9          libname dataware '..\data';
NOTE: Libref DATAWARE was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\test\test_relrec_GUI\testing\data
10         %relrec (data=dataware.ae,
11                  rdomain=ae,
12                  studyid=23423,
13                  usubjid = ptid,
14                  idvar = occnum,
15                  output =dataware.relrec8,
16                  basecode =
17         );
NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\test\test_relrec_GUI\testing\saspgm

NOTE: Table WORK.RELSEQ created, with 109 rows and 2 columns.

NOTE: Table WORK.RELTYPE created, with 1 rows and 2 columns.

NOTE: 109 rows were updated in DATAWARE.RELREC8.

  
NOTE: [relrec] has created the new output data: dataware.relrec8 (label="Related Records") 
  
2                                       The SAS System          15:25 Thursday, August 11, 2005

NOTE: PROCEDURE DISPLAY used:
      real time           0.46 seconds
      cpu time            0.23 seconds
      

18         
19         
20         
21         

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           1.15 seconds
      cpu time            0.68 seconds
      
