1                                       The SAS System          14:45 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.39 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:     relrec5.sas                                    *
3          * Description: verify if the IDVAR exist in the dataset       *
4          * By:          Meta-Xceed, Inc.                               *
5          *              Nhi Nguyen, 06/09/2005                         *
6          *-------------------------------------------------------------*/
7          libname dataware '..\data';
NOTE: Libref DATAWARE was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\test\test_relrec_GUI\testing\data
8          %relrec (data = dataware.ae,
9             rdomain = AE,
10            studyid = 23423,
11            idvar = notexist,
12            usubjid = ptid,
13            output = dataware.relrec5,
14            basecode =
15         );
NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\test\test_relrec_GUI\testing\saspgm

  
ERROR: [relrec] has an invalid IDVAR: notexist specified. 
  
NOTE: PROCEDURE DISPLAY used:
      real time           0.35 seconds
      cpu time            0.13 seconds
      


NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
2                                       The SAS System          14:45 Thursday, August 11, 2005

      real time           1.00 seconds
      cpu time            0.60 seconds
      
