mirror of
https://github.com/sasjs/core.git
synced 2026-07-24 07:52:15 +00:00
feat: mp_rowhash macro and fixed failing tests
This commit is contained in:
@@ -28,11 +28,16 @@
|
||||
@li Global option: `options dsoptions=nonote2err;`
|
||||
@li Data step option: `data YOURLIB.YOURDATASET /nonote2err;`
|
||||
|
||||
For very wide tables (hundreds or thousands of columns) consider using
|
||||
`mp_rowhash.sas`, which builds the same type of row hash iteratively and
|
||||
avoids creating a single, very long concatenated SAS expression.
|
||||
|
||||
@param [in] cvars= () Space seperated list of character variables
|
||||
@param [in] nvars= () Space seperated list of numeric variables
|
||||
|
||||
<h4> Related Programs </h4>
|
||||
@li mp_init.sas
|
||||
@li mp_rowhash.sas
|
||||
|
||||
@version 9.2
|
||||
@author Allan Bowe
|
||||
|
||||
Reference in New Issue
Block a user