×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
If you have any date field, just convert it to CYMD - packed(7:0).
Our ERP uses CYMD exclusively.
Part of my standard Init() in all programs:
TodayCYMD = %dec(%date() : *CYMD);
Roger Harman
COMMON Certified Application Developer - ILE RPG on IBM i on Power
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxx> on behalf of Jeff Crosby <jlcrosby@xxxxxxxxxxxxxxxx>
Sent: Friday, September 7, 2018 8:31 AM
To: RPG programming on the IBM i / System i
Subject: Can a date have a *CYMD format?
I need to send a file to a vendor asking for the date (numeric, not a date
data type) in the form CYYMMDD where the "C" is 0 for the 1900's and 1 for
the 2000's. Fair enough.
I figured the easiest was to start with a date data type in the form *CYMD
then make it numeric. I see reference in the RPG documentation on date
data types to *CYMD, but you can't define a date with that format.
Is that right or am I missing something?
Thanks.
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.