1                                                          The SAS System                              11:30 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.31 seconds
      cpu time            0.12 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:     suppqual9.sas                                  *
3          * Description: Verify creating output dataset using default   *
4          *              information.                                   *
5          *              Verify creating output dataset with specified  *
6          *              dataset name.                                  *
7          *              Verify creating output dataset with specified  *
8          *              library and dataset name.                      *
9          * By:          Tuan Anh, 12/08/2005                           *
10         *-------------------------------------------------------------*/
11         libname sample "..\data";
NOTE: Libref SAMPLE was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\cdiscbuilder\testing\data
12         libname curdir ".";
NOTE: Libref CURDIR was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\cdiscbuilder\testing\saspgm
13         %suppqual(data=sample.supp1, varname= excat exdosu, rdomain = , studyid='12345',
13       ! idvar= , usubjid= usubjid, qorig= , output= , basecode=);

  
NOTE: [suppqual] has created the new output data: sample.SUPPQUAL (label="Supplemental 
Qualifiers") 
2                                       The SAS System            11:30 Friday, August 12, 2005

  
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.21 seconds
      cpu time            0.11 seconds
      

14         
15         %suppqual(data=sample.supp1, varname= excat exdosu, rdomain = , studyid='12345',
15       ! idvar= , usubjid= usubjid, qorig= , output= test1, basecode=);

  
NOTE: [suppqual] has created the new output data: sample.test1 (label="Supplemental 
Qualifiers") 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      

16         
17         %suppqual(data=sample.supp1, varname= excat exdosu, rdomain = , studyid='12345',
17       ! idvar= , usubjid= usubjid, qorig= , output= curdir.suppqual, basecode=);

  
NOTE: [suppqual] has created the new output data: curdir.suppqual (label="Supplemental 
Qualifiers") 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.03 seconds
      cpu time            0.00 seconds
      

18         
19         
20         

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           0.65 seconds
      cpu time            0.28 seconds
      
