What do you mean by a six-digit date field? If it's also of the date data type, just eval one to the other. But if you mean a numeric or alpha field, use MOVE. See the RPG manual for details. Factor 1 tells the format: e.g., *MDY Op code is MOVE Factor 2 is the ISO date Result field is the alpha or numeric field to hold the date.

Reply With Quote
I was doing a reset on my fix and blew the program up. the code was *mdy move isodate 6bdate. 6 byte was meaning just a 6 digit date field. Thanks anyway
