fix: ensuring apploc is not case sensitive. Closes #171
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
@file buildinitviya.sas
|
||||
@brief initialisation for viya build program
|
||||
|
||||
<h4> SAS Macros </h4>
|
||||
@li mfv_getfolderpath.sas
|
||||
@li mfv_getpathuri.sas
|
||||
@li mv_createfolder.sas
|
||||
|
||||
**/
|
||||
|
||||
options nonotes nomprint;
|
||||
@@ -9,4 +14,8 @@ options nonotes nomprint;
|
||||
/* update apploc to default to user home area if not set */
|
||||
%let apploc=%sysfunc(ifc("&apploc"="/Public/app/dcplaceholder"
|
||||
,/Users/&sysuserid/My Folder/Data Controller
|
||||
,&apploc));
|
||||
,&apploc));
|
||||
|
||||
/* ensure the correct casing of appLoc */
|
||||
%mv_createfolder(path=&apploc)
|
||||
%let apploc=%mfv_getfolderpath(%mfv_getpathuri(&apploc));
|
||||
Reference in New Issue
Block a user