Multiple choice technology programming languages

To extract the information from the specified string the command used is %SST.

  1. True

  2. False

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

%SST (substring) is the correct CL built-in function used to extract a portion of a string based on starting position and length. For example, %SST(&VAR 3 5) extracts 5 characters starting from position 3.