1                                          The SAS System          15:33 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.17 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:     varlen1.sas                                    *
3          * Description: Verify that indata is invaild.					*
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          %varlen(indata= dat.varlen_demo dat.nnno, round=10,output=);

  
WARNING: Your license has expired on 01NOV2005. 
         Please contact Meta-Xceed. 
  
ERROR: [varlen] has an invalid dataset dat.nnno specified by INDATA. 
  
NOTE: PROCEDURE DISPLAY used:
      real time           0.31 seconds
      cpu time            0.09 seconds
      


NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           0.59 seconds
      cpu time            0.21 seconds
      
