1                                          The SAS System           17:14 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.17 seconds
      cpu time            0.82 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:     comment.sas                                   						   	*
3          * Description: Generate comment domain dataset as part of the SDTM of CDISC.      	*
4          * Parameters:  data    = input data set,                       						*
5          *              comvar  = comment variable 												*
6          *              datevar = date variable													*
7          *              rdomain = related domain                          						*
8          *              studyid = study identifier                           					*
9          *              usubjid = unique subject identifier										*
10         *              idvar   = identifier variable                							*
11         *              output  = output data set	                                       	*
12         * By:          Meta-Xceed, Sy Truong														*
13         *---------------------------------------------------------------------------------	*/
14         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
15         %comment (data= mylib.ae,
16                  comvar=comment,
17         		  datevar=	event,
18                  rdomain=ae,
19                  studyid=1232,
20                  usubjid = ptid,
21                  idvar = rslvdt2,
22                  output = mylib.metax
23         );

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.metax (label="Comments Domain Model") 
2                                          The SAS System           17:14 Wednesday, August 17, 2005

  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           21.95 seconds
      cpu time            0.42 seconds
      

24         

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           23.25 seconds
      cpu time            1.31 seconds
      
