The following data step executes:
Data strings;
Text1=“MICKEY MOUSE & DONALD DUCK”;
Text=scan(text1,2,’&’);
Run;
What will the value of the variable Text be?
* DONALD DUCK [(Leading blanks are displayed using an asterisk *]