mirror of
https://github.com/sasjs/core.git
synced 2026-01-17 13:30:05 +00:00
chore: updating header of mp_hashdataset
This commit is contained in:
3
all.sas
3
all.sas
@@ -3919,13 +3919,14 @@ create table &outds (rename=(
|
|||||||
@details Ignores metadata attributes, used only to hash values. Compared
|
@details Ignores metadata attributes, used only to hash values. Compared
|
||||||
datasets must be in the same order.
|
datasets must be in the same order.
|
||||||
|
|
||||||
%mp_hashdataset(sashelp.class,outds=myhash);
|
%mp_hashdataset(sashelp.class,outds=myhash)
|
||||||
|
|
||||||
data _null_;
|
data _null_;
|
||||||
set work.myhash;
|
set work.myhash;
|
||||||
put hashkey=;
|
put hashkey=;
|
||||||
run;
|
run;
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
<h4> SAS Macros </h4>
|
<h4> SAS Macros </h4>
|
||||||
@li mf_getattrn.sas
|
@li mf_getattrn.sas
|
||||||
|
|||||||
@@ -4,13 +4,14 @@
|
|||||||
@details Ignores metadata attributes, used only to hash values. Compared
|
@details Ignores metadata attributes, used only to hash values. Compared
|
||||||
datasets must be in the same order.
|
datasets must be in the same order.
|
||||||
|
|
||||||
%mp_hashdataset(sashelp.class,outds=myhash);
|
%mp_hashdataset(sashelp.class,outds=myhash)
|
||||||
|
|
||||||
data _null_;
|
data _null_;
|
||||||
set work.myhash;
|
set work.myhash;
|
||||||
put hashkey=;
|
put hashkey=;
|
||||||
run;
|
run;
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
<h4> SAS Macros </h4>
|
<h4> SAS Macros </h4>
|
||||||
@li mf_getattrn.sas
|
@li mf_getattrn.sas
|
||||||
|
|||||||
Reference in New Issue
Block a user