Question 14: While creating a user defined format, you are creating a format for the numeric values. However, you know in your dataset it is possible
some values are missing than you also want to give label to the missing values as well. So what keyword you will be using as part of PROC FORMAT VALUE
statement?
- NULL
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer : 4 Exp : You have to use OTHER keyword in case of missing numeric values. LOW does not represent missing numeric value. There is no
values like MISSING, NULL and UNKNOWN.
You can access to full explanation to question and answer from this page.