Question : 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?
Correct Answer : Get Lastest Questions and Answer : Explanation: 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.
Question : Which of the following statement is correct with regards to the FORMAT PROCEDURE? 1. When you use FORMAT as part of DATA step than FORMAT definition will be stored permanently with the data.
2. When you use FORMAT as part of PROC step than FORMAT definition will be stored permanently with the data.
4. When you use FORMAT as part of PROC step than FORMAT definition will replace the existing label.
Correct Answer : Get Lastest Questions and Answer : Explanation: When you use FORMAT as part of DATA step than FORMAT definition will be stored permanently with the data.
Question : You have created a format named HEFORMAT, when you want to apply this format to COURSE_NAME, what is the correct code syntax?
Correct Answer : Get Lastest Questions and Answer : Explanation: You should have used period at the end of FORMAT name when you will be using this format