mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 14:04:36 +00:00
19 lines
247 B
SAS
19 lines
247 B
SAS
/**
|
|
@file
|
|
@brief term file for tests
|
|
|
|
<h4> SAS Macros </h4>
|
|
@li mp_assert.sas
|
|
|
|
**/
|
|
|
|
%mp_assert(
|
|
iftrue=(&syscc=0),
|
|
desc=Checking final err condition,
|
|
outds=work.test_results
|
|
)
|
|
|
|
|
|
%webout(OPEN)
|
|
%webout(OBJ, TEST_RESULTS)
|
|
%webout(CLOSE) |