1                                       The SAS System          14:58 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.42 seconds
      cpu time            0.42 seconds
      

NOTE: AUTOEXEC processing beginning; file is 
      C:\test\test_relrec_GUI\testing\saspgm\autoexec.sas.


NOTE: AUTOEXEC processing completed.

1          /*------------------------------------------------------------*
2          * program:     relrec6a.sas                                   *
3          * Description: Verify that a new OUTPUT data                  *
4          *              RELREC6 is created.                            *
5          * By:          Meta-Xceed, Inc.                               *
6          *              Nhi Nguyen,06/09/2005                          *
7          *-------------------------------------------------------------*/
8          libname dataware '..\data';
NOTE: Libref DATAWARE was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\test\test_relrec_GUI\testing\data
9          %relrec (data=dataware.ae,
10                  rdomain=ae,
11                  studyid='23423',
12                  usubjid = ptid,
13                  idvar = occnum,
14                  output =dataware.relrec6,
15                  basecode =
16         );
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.RELREC6.

  
NOTE: [relrec] has created the new output data: dataware.relrec6 (label="Related Records") 
  
NOTE: PROCEDURE DISPLAY used:
2                                       The SAS System          14:58 Thursday, August 11, 2005

      real time           0.87 seconds
      cpu time            0.21 seconds
      

17         
18         
19         
20         

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           1.50 seconds
      cpu time            0.76 seconds
      
