#116Multiple Choice
The following SAS program is submitted: %macro test(var); proc print data = sasuser.class; where age > &var; run; %mend; Which type of parameter is the m...
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free