1                                       The SAS System          14:59 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.46 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:     relrec6b.sas                                   *
3          * Description: Verify that an existing OUTPUT data RELREC6    *
4          *              is updated with the proper variables.          *
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 = ptinit,
14                  idvar = ptid,
15                  output =dataware.relrec6,
16                  basecode =
17         );
NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\test\test_relrec_GUI\testing\saspgm

NOTE: 109 rows were deleted from DATAWARE.RELREC6.

NOTE: Table WORK.RELSEQ created, with 13 rows and 2 columns.

NOTE: Table WORK.RELTYPE created, with 1 rows and 2 columns.

NOTE: 13 rows were updated in DATAWARE.RELREC6.

  
2                                       The SAS System          14:59 Thursday, August 11, 2005

NOTE: [relrec] has updated the existing output data: dataware.relrec6 (label="Related 
Records") 
      located at: C:\test\test_relrec_GUI\testing\data 
  
NOTE: PROCEDURE DISPLAY used:
      real time           0.45 seconds
      cpu time            0.24 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.07 seconds
      cpu time            0.71 seconds
      
