I fully agree with the retirement of these programs. If DATE() doesn't fill the bill, something else may.
Regards, Richard Schuh ________________________________ From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of Scott Rohling Sent: Monday, June 06, 2011 10:10 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: REXXDATE MODULE I do recall this function and even used it (trying to find archives) back in the pre-Y2K conversions. The internal DATE() function in REXX seems to provide most of what is needed, though. You can translate date formats .. and I usually do date calculations using DATE('B). I'm pretty sure REXXDATE did date calculations/conversion - but I need to dig up my old code. If I can find out more I will post, but would consider converting to DATE() and some REXX code to avoid reliance on the module (which I doubt is supported). Scott Rohling On Mon, Jun 6, 2011 at 10:39 AM, Schuh, Richard <rsc...@visa.com<mailto:rsc...@visa.com>> wrote: We have a legacy (pejorative intended) program named REXXDATE MODULE for which we have no source. It is dated 8/3/1994, which predates my arrival at Visa. Does anyone know if this is something that was made generally available to the VM community and, if so, is the source available? I has suddenly started blowing up, repeatable, for one application. I really don't want to dis-assemble it for debugging purposes. Regards, Richard Schuh