hello
z='2019-10-23 00:00:00.000000'
I am trying to insert this value character value 2019-10-23 00:00:00.000000 by putting in a macro variable x in to a sql server table
call symput ('x',z)
the column that i am ineserting is OP_DATO which is defined as datetime2(6) in sql server
when i am inserting through sas 9.4 i am getting this error
Value 1 on the SELECT clause does not match the data type of the corresponding column listed after the INSERT table name
Is this a problem with SAS 9.4 because it was working with SAS 9.2 .what is the solution for sas 9.4