1                                         The SAS System            09:23 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.21 seconds
      cpu time            0.07 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:     contents3.sas                                  *
3          * Description: Test the condition of invalid report type.     *
4          * By:          Tuan Anh, 23/08/2005                           *
5          *-------------------------------------------------------------*/
6          libname data '..\data\contents';
NOTE: Libref DATA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: d:\My Projects\cdiscbuilder\testing\data\contents
7          
8          %contents(indata= data,reptype=invalid);

  
ERROR: [contents] contains an report type (REPTYPE) specification. 
NOTE: Valid report type include: both, contents or print. 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           1.75 seconds
      cpu time            0.46 seconds
      

9          
2                                         The SAS System            09:23 Tuesday, August 23, 2005

10         
11         

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           2.07 seconds
      cpu time            0.54 seconds
      
