📚 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;

  1. 2
  2. 23
  3. 6
  4. 5