The diagnostic message is telling you that your variable/column ReportTime in your source/input file is not in the same format as the SAS DATETIME literal constant you have coded. You will need to address this, possibly, by using an INPUT function in your WHERE clause to convert the variable from CHARACTER to NUMERIC using the appropriate SAS INFORMAT.
A search of the SAS support website with your ERROR message will also turn up some suitable references, as well.
Scott Barry
SBBWorks, Inc.
Suggested Google advanced search arguments, this topic / post:
proc sql input function where clause site:sas.com
ERROR: Expression using IN has components that are of different data types site:sas.com