1                                         The SAS System            09:48 Tuesday, August 23, 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.14 seconds
      cpu time            0.13 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: Libname COMDATA refers to the same physical library as _TEMPLIB.
NOTE: Libref COMDATA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: d:\My Projects\cdiscbuilder\sashelp

NOTE: AUTOEXEC processing completed.

1          /*------------------------------------------------------------*
2          * program:     contents5.sas                                  *
3          * Description: Test the condition where output path does not  *
4          *              exist.                                         *
5          * By:          Tuan Anh, 23/08/2005                           *
6          *-------------------------------------------------------------*/
7          libname data '..\data\contents';
NOTE: Libref DATA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: d:\My Projects\cdiscbuilder\testing\data\contents
8          
9          %contents(indata= data.ae,reptype=,output=d:\My
9        ! Projects\cdiscbuilder\testing\saspgm\invalid\content5.html);

  
ERROR: [contents] the output file path does not exist. 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.21 seconds
      cpu time            0.14 seconds
      

2                                         The SAS System            09:48 Tuesday, August 23, 2005

10         
11         %contents(indata= data.ae,reptype=,output=d:\My
11       ! Projects\cdiscbuilder\testing\saspgm\content5.htm);

  
ERROR: [contents] the output file name is invalid. 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

12         
13         %contents(indata= data.ae,reptype=,output=d:\My Projects\cdiscbuilder\testing\saspgm\);

  
ERROR: [contents] the output file name is invalid. 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

14         
15         %contents(indata= data.ae,reptype=,output=content5.html);

  
ERROR: [contents] the output file path is missing. 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

16         
17         
18         
19         
20         
21         

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           0.40 seconds
      cpu time            0.31 seconds
      
