📚 Practice Mode
SAS Programming Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
What is the value stored in the variable x? Data test; name = ’TATA CONSULTANCY SERVICES’; b = ’C’; x = INDEX (name, b); Run;
- 2
- 23
- 6
- 5