1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-21 07:21:31 +00:00

chore(docs): removed reference to part that is not ready yet

This commit is contained in:
munja
2022-09-16 10:59:02 +01:00
parent c78211aa1c
commit 2ee9a4cee4
3 changed files with 1 additions and 7 deletions
-3
View File
@@ -8659,9 +8659,6 @@ run;
%put %sysfunc(hashing_file(md5,/path/to/file.blob,0)); %put %sysfunc(hashing_file(md5,/path/to/file.blob,0));
An example of this logic being applied in JavaScript is available in the
@sasjs/utils library.
Usage: Usage:
%let fpath=/some/directory; %let fpath=/some/directory;
-3
View File
@@ -9,9 +9,6 @@
%put %sysfunc(hashing_file(md5,/path/to/file.blob,0)); %put %sysfunc(hashing_file(md5,/path/to/file.blob,0));
An example of this logic being applied in JavaScript is available in the
@sasjs/utils library.
Usage: Usage:
%let fpath=/some/directory; %let fpath=/some/directory;
+1 -1
View File
@@ -107,4 +107,4 @@
"contextName": "SAS Job Execution compute context" "contextName": "SAS Job Execution compute context"
} }
] ]
} }