|
I'm not sure if this is what you're looking for but, use the 'Define Result Fields' part of query. Define a field name(YEAR2). Define the expression using SUBSTR(MMDDYY,5,2). If you want to make MMDDYY into YYYYMMDD then use the following expression: '20' || SUBSTR(MMDDYY,5,2) || SUBSTR(MMDDYY,1,4). I hope this helps. Frank W. Kany IV Senior Programmer/Analyst Unipres USA, Inc. http://www.unipres.com "Work to LIVE, not live to work." steema@xxxxxxxxxxxxx Sent by: rpg400-l-bounces@xxxxxxxxxxxx 03/30/2006 01:55 PM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To rpg400-l@xxxxxxxxxxxx cc Subject query question Hi I forget how to parse out a piece of a field. I can use a query rather than RPG on one assignment but the date is mmddyy. I need to parse out the year and then the month. I tried looking in the archives to no avail. Thanks, Steve
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.