Is it possible to specify a default value for proc fcmp
function parameters? Something like this:
proc fcmp outlib=work.funcs.funcs;
function my_func(param1, param2='default_value_here' $);
* DO STUFF;
endsub;
run;
From the documentation and the error messages I'm receiving, I'm not seeing anything that would indicate that it is supported but it seems like it would be a big oversight if that is the case.
SAS 9.4TSM4