28%macro mfv_existfolder(path
33 msg=Cannot enter mfv_existfolder.sas with syscc=&syscc
37 %let fref=%mf_getuniquefileref();
39 %
if %sysfunc(filename(fref,,filesrvc,folderPath=
"&path"))=0 %then %
do;
41 %let var=_FILESRVC_&fref._URI;
42 %let rc=%sysfunc(filename(fref));
52 msg=Cannot leave mfv_existfolder.sas with syscc=&syscc