Multiple choice technology programming languages

Which option is used to over ride the default nature of input statement, to read only required amount of data?

  1. TRUNCOVER

  2. MISSOVER

  3. FLOWOVER

  4. LOST CARD

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

TRUNCOVER is a SAS INPUT statement option that overrides the default behavior of reading to the end of the record. It reads only the variables specified and stops, preventing input errors when record length exceeds variable specifications. MISSOVER continues to next record if values are missing.