Fehler : 0
Warnungen: 0
NOTE: PROZEDUR PRINTTO used (Total process time): real time 0.01 seconds cpu time 0.01 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: PROZEDUR 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\de/log/002.log" PRINT="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\de/tst/002.lst" ; MPRINT(ENDTESTCALL): RUN;