1                                          The SAS System          16:27 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.14 seconds
      cpu time            0.09 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:     varlen3.sas                                    *
3          * Description: Verify that the library specified by INDATA 	*
4          *               does not contain any datasets					*
5          * By:          Nam Phuong, 11/9/2005                          *
6          *-------------------------------------------------------------*/
7          libname dat '..\data\varlen';
NOTE: Libref DAT was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\WorkRoom\varlen\testing\data\varlen
8          libname dat2 '..\data\varlen\empty';
NOTE: Libref DAT2 was successfully assigned as follows: 
      Engine:        V8 
      Physical Name: C:\WorkRoom\varlen\testing\data\varlen\empty
9          %varlen(indata= dat2, round=10,output=);

  
ERROR: [varlen] the library specified by INDATA does not contain any datasets. 
  
NOTE: PROCEDURE DISPLAY used:
      real time           0.25 seconds
      cpu time            0.03 seconds
      


NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           0.50 seconds
      cpu time            0.20 seconds
      
