Multiple choice technology programming languages

substr(string,position,) - returns pieces of a variable

  1. True

  2. False

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

The substr() function in SAS extracts a portion of a string starting from a specified position, optionally for a specified length. It returns substring segments.