Multiple choice technology programming languages

The WHERE statement does not perform automatic conversions(character/numeric) in comparisons :True or False?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The WHERE statement does NOT perform automatic type conversion - if you compare character and numeric values, SAS will produce an error. Unlike some other SAS statements that attempt implicit conversions, WHERE requires compatible types or explicit conversion functions.