Hi
when i run below code i got note log file " NOTE: SAS set option OBS=0 and will continue to check statements. This might cause NOTE: No observations in data set. "
and the macro varibale gwhitelist has null value and resolving as ' ' ;
data _null_;
length WhiteList $1024;
WhiteList = prxChange("s#.*/svnrepo/\w*/(.*)/\w*\.sas.*#/opt/common/test/macros/$1/whitelist.xls#",1,
'$HeadURL: http://GLOBALMACROLIBARY/testing_area/macros/macro_library/core.sas $' );
call symput("gWhiteList",strip(WhiteList));
run;
can any one help me to resolve this issue
Regards,
Rajasekhar