1                                         The SAS System             15:15 Monday, August 22, 2005

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.15 seconds
      cpu time            0.10 seconds
      

NOTE: AUTOEXEC processing beginning; file is d:\My 
      Projects\cdiscbuilder\testing\saspgm\autoexec.sas.

NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: d:\My Projects\cdiscbuilder\sashelp
NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: d:\My Projects\cdiscbuilder\sashelp
NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: d:\My Projects\cdiscbuilder\sashelp

NOTE: AUTOEXEC processing completed.

1          /*------------------------------------------------------------*
2          * program:     findrel3.sas                                   *
3          * Description: Test the condition where the specified output  *
4          *              path does not exist.                           *
5          *              Test the condition where the specified output  *
6          *              file is invalid.                               *
7          * By:          Tuan Anh, 22/08/2005                           *
8          *-------------------------------------------------------------*/
9          libname data "..\data\findrel";
NOTE: Libref DATA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: d:\My Projects\cdiscbuilder\testing\data\findrel
10         %findrel(data = data, dataset = ae, output = d:\invalid\findrel.html);

  
ERROR: [findrel] has an invalid path specified by OUTPUT: d:\invalid 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.15 seconds
      cpu time            0.11 seconds
      

11         
12         %findrel(data = data, dataset = ae, output = d:\my
12       ! projects\cdiscbuilder\findrel.invalid);

2                                         The SAS System             15:15 Monday, August 22, 2005

  
ERROR: [findrel] The parameter OUTPUT without extension .HTML 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

13         

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           0.36 seconds
      cpu time            0.21 seconds
      
