1                                                          The SAS System                              09:20 Friday, August 12, 2005

NOTE: Unable to open SASUSER.REGSTRY. WORK.REGSTRY will be opened instead.
NOTE: All registry changes will be lost at the end of the session.

WARNING: Unable to copy SASUSER registry to WORK registry. Because of this, you will not see registry customizations during this 
         session.
NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.
NOTE: All profile changes will be lost at the end of the session.
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.45 seconds
      cpu time            0.21 seconds
      

NOTE: AUTOEXEC processing beginning; file is C:\cdiscbuilder\testing\saspgm\autoexec.sas.

NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: c:\cdiscbuilder\sashelp

NOTE: AUTOEXEC processing completed.

1          /*------------------------------------------------------------*
2          * program:     suppqual1.sas                                  *
3          * Description: Test the error condition of missing and invalid*
4          *              "Data" parameter.                              *
5          * By:          Tuan Anh, 12/08/2005                           *
6          *-------------------------------------------------------------*/
7          
8          %suppqual(data= , varname=, rdomain = , studyid=, usubjid=);

  
ERROR: [suppqual] is missing required parameter DATA. 
  
NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.
NOTE: All profile changes will be lost at the end of the session.

NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.17 seconds
      cpu time            0.11 seconds
      

9          
10         %suppqual(data= onelevel, varname=, rdomain = , studyid=, usubjid=);

  
2                                       The SAS System            09:20 Friday, August 12, 2005

ERROR: [suppqual] "Data" parameter must be a two level dataset name. 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

11         
12         %suppqual(data=sample.invalid, varname=, rdomain = , studyid=, usubjid=);

  
ERROR: [suppqual] specified data  sample.invalid  does not exist. 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
      


NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           0.73 seconds
      cpu time            0.34 seconds
      
