Correct Answer : Get Lastest Questions and Answer : Explanation: You should have used correct format to read this value is mmddyy8 . Because width of the values you can see is 8. Also there is no valid format like mmddyyyy8. It is always mmddyyw. Hence, mmddyy8. Can represent following dates correctly. 02/22/17 02-22-17
Question : You are going to read following time values 12:12:12.12 And you can use format timew. Than what is the minimum possible width you can define?
Correct Answer : Get Lastest Questions and Answer : Explanation: To read time values using SAS , you need to specify the width. However, you can not specify width below 5. If you specify width less than actual required than time value will be truncated. However, minimum width upto 5 has to be defined.
Question : Which of the following date values and its format are correct? A. 22May2017:10:03:17.2 DATETIME20. B. 22May2017:10:03:17.2 DATETIME16. C. 22FEB2017 DATE9. D. 22FEB2017 DDMMMYYYY9.
Correct Answer : Get Lastest Questions and Answer : Explanation: You need to be aware which all are correct format to read date values like DATEw. DATETIMEw. MMDDYYw. TIMEw.