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.18 seconds
      cpu time            0.12 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 missing.					*
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=, round=10,output=);

  
ERROR: [varlen] is missing required parameter INDATA. 
  
NOTE: PROCEDURE DISPLAY used:
      real time           0.23 seconds
      cpu time            0.04 seconds
      


NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           0.54 seconds
      cpu time            0.24 seconds
      
