Re: REXXDATE MODULE

2011-06-06 Thread Russ Burtnett
Richard,

Nope, no TOD EXEC found.

The dates on my REXXDATE files were from April 1987.

Russ


Re: REXXDATE MODULE

2011-06-06 Thread Schuh, Richard
The start is the same.


Regards,
Richard Schuh






From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Mike Walter
Sent: Monday, June 06, 2011 10:42 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: REXXDATE MODULE


As did Russ, I also have the REXXDATE MODULE, ASSEMBLE, and MEMO files.  When 
XEDITing, the MODULE gives no clue as to the author, etc.
The file dates are all: 1/22/88
The files are loaded from the 1987 VM Workshop Tools tape at Brigham Young 
University.

On the off chance that Russ has a different REXXDATE, here's the top of the 
ASSEMBLE source:

* * * Top of File * * *
*   Rexxdate was written by Alex Kodat at the Johns Hopkins University,
*   School of Hygiene and Public Health. Use it in good health
*   and modify it at your own peril.
*
*   REXXDATE is fully relocatable.
*
*
*   PROGRAM TO CONVERT A CHARACTER FORMAT DATE TO AN INTEGER (NUMBER
*   OF DAYS SINCE START OF GREGORIAN CALENDAR) THIS PROGRAM IS
*   MEANT TO BE CALLED AS A REXX FUNCTION.
*
REXXDATE START

Let me know if you need the three files

Mike Walter
Aon Corporation
The opinions expressed herein are mine alone, not my employer's.




Russ Burtnett 

Sent by: "The IBM z/VM Operating System" 

06/06/2011 12:18 PM
Please respond to
"The IBM z/VM Operating System" 



To
IBMVM@LISTSERV.UARK.EDU
cc
Subject
Re: REXXDATE MODULE





Richard,

I found a copy of the source and the memo file in one of my old archives.  I
suspect it was from a tools tape.

I'll send it to you offline.

... Russ Burtnett

P.S. No "packrat" comments please.





The information contained in this e-mail and any accompanying documents may 
contain information that is confidential or otherwise protected from 
disclosure. If you are not the intended recipient of this message, or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply e-mail and then delete this message, including any attachments. Any 
dissemination, distribution or other use of the contents of this message by 
anyone other than the intended recipient is strictly prohibited. All messages 
sent to and from this e-mail address may be monitored as permitted by 
applicable law and regulations to ensure compliance with our internal policies 
and to protect our business. E-mails are not secure and cannot be guaranteed to 
be error free as they can be intercepted, amended, lost or destroyed, or 
contain viruses. You are deemed to have accepted these risks if you communicate 
with us by e-mail.


Re: REXXDATE MODULE

2011-06-06 Thread Mike Walter
As did Russ, I also have the REXXDATE MODULE, ASSEMBLE, and MEMO files. 
When XEDITing, the MODULE gives no clue as to the author, etc.
The file dates are all: 1/22/88 
The files are loaded from the 1987 VM Workshop Tools tape at Brigham Young 
University.

On the off chance that Russ has a different REXXDATE, here's the top of 
the ASSEMBLE source:

* * * Top of File * * * 
*   Rexxdate was written by Alex Kodat at the Johns Hopkins University, 
*   School of Hygiene and Public Health. Use it in good health 
*   and modify it at your own peril. 
* 
*   REXXDATE is fully relocatable. 
* 
* 
*   PROGRAM TO CONVERT A CHARACTER FORMAT DATE TO AN INTEGER (NUMBER 
*   OF DAYS SINCE START OF GREGORIAN CALENDAR) THIS PROGRAM IS 
*   MEANT TO BE CALLED AS A REXX FUNCTION. 
* 
REXXDATE START 

Let me know if you need the three files

Mike Walter
Aon Corporation
The opinions expressed herein are mine alone, not my employer's.





Russ Burtnett  

Sent by: "The IBM z/VM Operating System" 
06/06/2011 12:18 PM
Please respond to
"The IBM z/VM Operating System" 



To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
Re: REXXDATE MODULE






Richard,

I found a copy of the source and the memo file in one of my old archives. 
I
suspect it was from a tools tape.

I'll send it to you offline.

... Russ Burtnett

P.S. No "packrat" comments please.





The information contained in this e-mail and any accompanying documents may 
contain information that is confidential or otherwise protected from 
disclosure. If you are not the intended recipient of this message, or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply e-mail and then delete this message, including any attachments. Any 
dissemination, distribution or other use of the contents of this message by 
anyone other than the intended recipient is strictly prohibited. All messages 
sent to and from this e-mail address may be monitored as permitted by 
applicable law and regulations to ensure compliance with our internal policies 
and to protect our business. E-mails are not secure and cannot be guaranteed to 
be error free as they can be intercepted, amended, lost or destroyed, or 
contain viruses. You are deemed to have accepted these risks if you communicate 
with us by e-mail. 




Re: REXXDATE MODULE

2011-06-06 Thread Schuh, Richard
Russ, 

Thanks. Do you also have TOD EXEC? It appears that it is what has been calling 
REXXDATE. I would like to bring them into the 21st century. :-)

Regards, 
Richard Schuh 

 

> -Original Message-
> From: The IBM z/VM Operating System 
> [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of Russ Burtnett
> Sent: Monday, June 06, 2011 10:18 AM
> To: IBMVM@LISTSERV.UARK.EDU
> Subject: Re: REXXDATE MODULE
> 
> Richard,
> 
> I found a copy of the source and the memo file in one of my 
> old archives.=
>   I
> suspect it was from a tools tape.
> 
> I'll send it to you offline.
> 
> ... Russ Burtnett
> 
> P.S. No "packrat" comments please.
> 

Re: REXXDATE MODULE

2011-06-06 Thread Schuh, Richard
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 
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






Re: REXXDATE MODULE

2011-06-06 Thread Les Koehler

Archivists are the gold of the VM community!

Les

Russ Burtnett wrote:

Richard,

I found a copy of the source and the memo file in one of my old archives.
  I
suspect it was from a tools tape.

I'll send it to you offline.

... Russ Burtnett

P.S. No "packrat" comments please.



Re: REXXDATE MODULE

2011-06-06 Thread Russ Burtnett
Richard,

I found a copy of the source and the memo file in one of my old archives.
  I
suspect it was from a tools tape.

I'll send it to you offline.

... Russ Burtnett

P.S. No "packrat" comments please.


Re: REXXDATE MODULE

2011-06-06 Thread Scott Rohling
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  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
>
>
>
>


Re: REXXDATE MODULE

2011-06-06 Thread Frank M. Ramaekers
Do you know what this module is capable of?   Perhaps there's a suitable
replacement.

 

 

Frank M. Ramaekers Jr.

 

 



From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On
Behalf Of Schuh, Richard
Sent: Monday, June 06, 2011 11:39 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: REXXDATE MODULE

 

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 

 

 

 


_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.