1                                                          The SAS System                           10:05 Wednesday, August 24, 2005

NOTE: Unable to open SASUSER.REGSTRY. WORK.REGSTRY will be opened instead.
NOTE: All registry changes will be lost at the end of the session.

WARNING: Unable to copy SASUSER registry to WORK registry. Because of this, you will not see registry customizations during this 
         session.
NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.
NOTE: All profile changes will be lost at the end of the session.
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.68 seconds
      cpu time            0.13 seconds
      

NOTE: AUTOEXEC processing beginning; file is C:\test\test_relrec\testing\saspgm\autoexec.sas.


NOTE: AUTOEXEC processing completed.

1          /*------------------------------------------------------------*
2          * program:     relrec2.sas                                    *
3          * Description: Test OUTPUT parameter                          *
4          * By:          Meta-Xceed, Inc.                               *
5          *              Nghi Vu,06/09/2005                             *
6          *-------------------------------------------------------------*/
7          libname dataware '..\data';
NOTE: Libref DATAWARE was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\test\test_relrec\testing\data
8          %relrec (data=dataware.ae,
9                   rdomain=ae,
10                  studyid='23423',
11                  usubjid =occnum,
12                  idvar = ptid,
13                  output = ,
14                  basecode =
15         );
NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\test\test_relrec\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.RELREC.
2                                       The SAS System         10:05 Wednesday, August 24, 2005


  
NOTE: [relrec] has created the new output data: dataware.relrec (label="Related Records") 
  
NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.
NOTE: All profile changes will be lost at the end of the session.

NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.60 seconds
      cpu time            0.17 seconds
      

16         
17         
18         %relrec (data=dataware.ae,
19                  rdomain=ae,
20                  studyid='23423',
21                  usubjid =occnum,
22                  idvar = ptid,
23                  output = relrec2,
24                  basecode =
25         );
NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\test\test_relrec\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.RELREC2.

  
NOTE: [relrec] has created the new output data: dataware.relrec2 (label="Related Records") 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.09 seconds
      cpu time            0.03 seconds
      

26         
27         

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.35 seconds
      
