Hi,
let say I have the following query where minboundary and maxboundary are numeric :
proc sql;
create table mytest.test
to_char(mydata.minboundary) || " to " || to_char(mydata.maxboundary) as CRITERIA_VALUE
from mylib.mydata as mydata
;quit;
The function to_char is not located by SAS EG. How can I perform this query?
Thank you for your help.
to_char is not a SAS SQL function but an Oracle or MS SQL function.
The similar function in sas would be put or putc
to_char is not a SAS SQL function but an Oracle or MS SQL function.
The similar function in sas would be put or putc
put works great in proc sql.
Thank you for the quick reply.
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!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.