Unable to read the value of date column while fetching from database . Please help me out.
The corresponding date value is present in the following format as mentioned below where closeddate appears as date variable .
The following error is occurring if we use any conversion functions
ERROR: PROC SQL requires any created table to have at least 1 column.
PROC SQL;
CONNECT TO ODBC(
DATAsrc='DATALAKE'
USER='****'
password='******'
);
create table main as
select * from
connection to odbc
(
SELECT
*
FROM
PROD.CASE_S A
where A.closedate='20MAR2018:17:06:35.000000'
)
;
disconnect from odbc;
quit;
Looks like you need help with the syntax used in your remote database? Does the query you posted work? Does it generate an error? What is your actual issue?
What database are you connecting to? How does that database want users to specify a literal datetime value in code?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.