1                                          The SAS System           16:48 Wednesday, August 17, 2005

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           1.07 seconds
      cpu time            0.87 seconds
      

NOTE: AUTOEXEC processing beginning; file is C:\WorkRoom\comment\Test 
      Macro\testing\saspgm\autoexec.sas.

NOTE: Libref CDISCBLD was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\WorkRoom\comment\Test Macro\testing\saspgm

NOTE: AUTOEXEC processing completed.

1          /*--------------------------------------------------------------------------------	*
2          * program:     comment4.sas                                   					 	*
3          * Description: Verify the creation of the new output data of CO if no output		*
4          *				 is specified.																*	
5          * By:          Meta-Xceed, Nam Phuong, 8/17/2005										*
6          *---------------------------------------------------------------------------------	*/
7          libname mylib '.';
NOTE: Libname MYLIB refers to the same physical library as CDISCBLD.
NOTE: Libref MYLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\WorkRoom\comment\Test Macro\testing\saspgm
8          %comment (data =mylib.ae,
9                   comvar=comment,
10           		  datevar=	rslvdt2,
11                  rdomain=ae,
12                  studyid=1232,
13                  usubjid = ptid,
14                  idvar = rslvdt1,
15                  output =
16         );

NOTE: Table WORK.INDATA created, with 327 rows and 31 columns.

ERROR: No logical assign for filename _CURFILE.ERROR: No logical assign for filename _CURFILE.ERROR: No logical assign for filename _CURFILE.
  
NOTE: [comment] has created the new output data: mylib.CO (label="Comments Domain Model") 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.90 seconds
      cpu time            0.34 seconds
      


2                                          The SAS System           16:48 Wednesday, August 17, 2005

ERROR: Errors printed on page 1.ERROR: Errors printed on page 1.ERROR: Errors printed on page 1.

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           2.09 seconds
      cpu time            1.24 seconds
      
