Multiple choice technology programming languages

The option to give in order to make SAS to continue processing even if there are any formats that is given in the sas program is not available is

  1. options NOFMT;

  2. options NOFMTERR;

  3. options FMTERR;

  4. options NOERR;

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

The NOFMTERR system option tells SAS to continue processing even when a referenced format is not found. By default, SAS would stop with an error for missing formats. NOFMT is not a valid option, FMTERR is the default (error on missing formats), and NOERR is not a valid SAS option.