#132Multiple Choice
The following SAS program is submitted: %let var = chicago, 1; data a; var = 'new york, 2'; newvar = %scan(&var,2,%str()); run; Which one of the following e...
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free