1                                          The SAS System          16:26 Wednesday, November 9, 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.13 seconds
      cpu time            0.10 seconds
      

NOTE: AUTOEXEC processing beginning; file is C:\WorkRoom\varlen\testing\saspgm\autoexec.sas.

NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\WorkRoom\varlen\testing\saspgm

NOTE: AUTOEXEC processing completed.

1          /*------------------------------------------------------------*
2          * program:     varlen5.sas                                    *
3          * Description: Verify that Output is invalid.				    *
4          * By:          Nam Phuong, 11/9/2005                          *
5          *-------------------------------------------------------------*/
6          libname dat '..\data\varlen';
NOTE: Libref DAT was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\WorkRoom\varlen\testing\data\varlen
7          
8          %varlen(indata= dat.varlen_demo, round=10,output=C:\notexist\varlen.html);

  
ERROR: [varlen] the path of output does not exist. 
  
NOTE: PROCEDURE DISPLAY used:
      real time           0.25 seconds
      cpu time            0.04 seconds
      

9          %varlen(indata= dat.varlen_demo, round=10,output=C:\varlen.sas);

  
ERROR: [varlen] output file name is invalid. 
  
NOTE: PROCEDURE DISPLAY used:
      real time           0.01 seconds
      cpu time            0.00 seconds
      

10         

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
2                                          The SAS System          16:26 Wednesday, November 9, 2005

      real time           0.50 seconds
      cpu time            0.23 seconds
      
