Question 11: While creating a user defined formats, what all are possible values?
- You can use single value like 100 or 'H'
- You can use the range of values like 0-100
- You can use character range like 'A'-'G'
- You can define a list which can contain anything lile 'A' ,100, 200, 'SAS' etc.
- A,B,C
- 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 : 1 Exp : You can have only those values which can be possible values like only numeric or only character values. Hence, as part of
format you can have numeric value or character values only. But can not be a mixed values. You can define the range of values like 1-10 or A-Z etc.
You can access to full explanation to question and answer from this page.