SAS_Institute
A00-270 · Question #99
In SAS Information Map Studio, there is a date/time data item called MYDATE based on a physical column that displays as 24Mar2010:13:50:00. You are creating a prompt and don't want the time…
The correct answer is B. Apply the DATEPART() SAS function on the filter. See the full explanation below for the reasoning.
Question
In SAS Information Map Studio, there is a date/time data item called MYDATE based on a physical column that displays as 24Mar2010:13:50:00. You are creating a prompt and don't want the time included. How can this be accomplished?
Options
- AApply a DATE7. format to the data item before building the prompt.
- BApply the DATEPART() SAS function on the filter.
- CApply a DATE7. format on the filter.
- DIn the properties for MYDATE, change the type from Timestamp to Date.
How the community answered
(33 responses)- A3% (1)
- B73% (24)
- C9% (3)
- D15% (5)
Community Discussion
No community discussion yet for this question.