|
I am trying to create a view that automatically displays only 1 year's worth of data. The problem is that the dates are in a numeric YYYYMMDD format. What is the easiest why to convert to a date format? This is what I am trying now and doesn't work.: CAST(CONCAT(CONCAT(SUBSTRING(CAST(ncmplntdt as char),1,4), '-'), CONCAT(CONCAT(SUBSTRING(CAST(ncmplntdt as char),5,2), '-'), SUBSTRING(CAST(ncmplntdt as char),7,2))) AS DATE) as ncmplntdt The always helpful IBM error is "Argument 1 of function *N not valid." I am sure there has to be an easier way. We are on V5R3.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.