Multiple choice technology programming languages What is the use of macro function %SYSFUNC? Used to execute SAS Functions Used to execute SAS Statements Used to pass parameters to a macro function All of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation %SYSFUNC allows execution of SAS functions within macro code, bridging the macro facility and SAS function library. It cannot execute SAS statements (only functions) and is not used for parameter passing (that's what macro parameters are for).