mirror of
https://github.com/sasjs/core.git
synced 2026-01-10 10:50:04 +00:00
fix: missing macro dependency in mp_ds2squeeze.test.sas
This commit is contained in:
@@ -193,7 +193,7 @@ When contributing to this library, it is therefore important to ensure that all
|
|||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
|
|
||||||
We are currently on major release v4. The following changes are planned when the next major (breaking) release becomes necessary:
|
We are currently on major release v4. Breaking changes should be marked with the [deprecated](https://www.doxygen.nl/manual/commands.html#cmddeprecated) doxygen tag. The following changes are planned when the next major (breaking) release becomes necessary:
|
||||||
|
|
||||||
* (None as yet)
|
* (None as yet)
|
||||||
|
|
||||||
|
|||||||
1
all.sas
1
all.sas
@@ -5056,6 +5056,7 @@ run;
|
|||||||
depending on your OS and COMPRESS settings):
|
depending on your OS and COMPRESS settings):
|
||||||
|
|
||||||
> MP_DS2SQUEEZE: work.big was 625MB
|
> MP_DS2SQUEEZE: work.big was 625MB
|
||||||
|
|
||||||
> MP_DS2SQUEEZE: work.smaller is 5MB
|
> MP_DS2SQUEEZE: work.smaller is 5MB
|
||||||
|
|
||||||
@param [in] libds The library.dataset to be squeezed
|
@param [in] libds The library.dataset to be squeezed
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
depending on your OS and COMPRESS settings):
|
depending on your OS and COMPRESS settings):
|
||||||
|
|
||||||
> MP_DS2SQUEEZE: work.big was 625MB
|
> MP_DS2SQUEEZE: work.big was 625MB
|
||||||
|
|
||||||
> MP_DS2SQUEEZE: work.smaller is 5MB
|
> MP_DS2SQUEEZE: work.smaller is 5MB
|
||||||
|
|
||||||
@param [in] libds The library.dataset to be squeezed
|
@param [in] libds The library.dataset to be squeezed
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
@brief Testing mp_ds2squeeze.sas macro
|
@brief Testing mp_ds2squeeze.sas macro
|
||||||
|
|
||||||
<h4> SAS Macros </h4>
|
<h4> SAS Macros </h4>
|
||||||
|
@li mf_getvarlen.sas
|
||||||
@li mp_assert.sas
|
@li mp_assert.sas
|
||||||
@li mp_assertscope.sas
|
@li mp_assertscope.sas
|
||||||
@li mp_ds2squeeze.sas
|
@li mp_ds2squeeze.sas
|
||||||
|
|||||||
Reference in New Issue
Block a user