mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 01:20:05 +00:00
chore: updating all.sas
This commit is contained in:
5
all.sas
5
all.sas
@@ -24548,7 +24548,7 @@ run;
|
|||||||
%let fileuri=%trim(%mfv_getpathuri(&path/&name));
|
%let fileuri=%trim(%mfv_getpathuri(&path/&name));
|
||||||
|
|
||||||
/* If properties were found then patch the file to include them */
|
/* If properties were found then patch the file to include them */
|
||||||
%if not %mf_isBlank(&viyaProperties) %then %do;
|
%if not %mf_isBlank(%superq(viyaProperties)) %then %do;
|
||||||
/* Wrap the properties object in a root object also containing the file name */
|
/* Wrap the properties object in a root object also containing the file name */
|
||||||
%local viyapatch;
|
%local viyapatch;
|
||||||
%let viyapatch = %sysfunc(pathname(work))/%mf_getuniquename(prefix=patch_json_);
|
%let viyapatch = %sysfunc(pathname(work))/%mf_getuniquename(prefix=patch_json_);
|
||||||
@@ -28171,7 +28171,7 @@ libname &libref1 clear;
|
|||||||
values in SAS macro variables
|
values in SAS macro variables
|
||||||
|
|
||||||
@details Content is derived from the following endpoint:
|
@details Content is derived from the following endpoint:
|
||||||
"https://<srv>/types/types?filter=contains(extensions,'<some ext>')"
|
"https://${serverUrl}/types/types?limit=999999"
|
||||||
|
|
||||||
@param [in] ext File extension to retrieve property info for.
|
@param [in] ext File extension to retrieve property info for.
|
||||||
@param [out] propertiesVar= SAS macro variable name that will contain
|
@param [out] propertiesVar= SAS macro variable name that will contain
|
||||||
@@ -28194,6 +28194,7 @@ libname &libref1 clear;
|
|||||||
@li mf_getvalue.sas
|
@li mf_getvalue.sas
|
||||||
@li mf_getvarlist.sas
|
@li mf_getvarlist.sas
|
||||||
@li mf_getvartype.sas
|
@li mf_getvartype.sas
|
||||||
|
@li mf_nobs.sas
|
||||||
@li mp_abort.sas
|
@li mp_abort.sas
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user