Errors  : 0
Warnings: 0

NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
114        %combineddataset
NOTE: The macro COMBINEDDATASET completed compilation without errors.
      7 instructions 524 bytes.
MPRINT(COMBINEDDATASET):   proc sql noprint;
MPRINT(COMBINEDDATASET):   create table work.combineddataset as select CustomerName ,Customer.CustomerNumber ,Contracts.ContractNumber ,ContractType from work.Customer left join work.CustomerContracts on
Customer.CustomerNumber=CustomerContracts.CustomerNumber left join work.Contracts on CustomerContracts.ContractNumber=Contracts.ContractNumber;
NOTE: Table WORK.COMBINEDDATASET created, with 8 rows and 4 columns.
 
MPRINT(COMBINEDDATASET):   quit;
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
 
 
115        %endTestCall()
MPRINT(ENDTESTCALL):   PROC PRINTTO LOG="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\en/log/002.log" PRINT="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\en/tst/002.lst" ;
MPRINT(ENDTESTCALL):   RUN;