REXX Date(B,W, et c ) functionality in NetRexx

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

REXX Date(B,W, et c ) functionality in NetRexx

Robert L Hamilton
Does anyone have it coded in NetREXX

??

Would really appreciate a copy if anyone's done it.

Thanx and enjoy the Day

bobh

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: REXX Date(B,W, et c ) functionality in NetRexx

Thomas.Schneider.Wien
Hello Robert, again,

   ... when you like to *look* at my very ancient home-page www.Rexx2Nrx.com ...

.... you will see I did that *years ago* .... :-)

Simply download it (I never did get any complaint!)

Thomas Schneider.
========================================================================
Am 06.07.2010 18:36, schrieb Robert Hamilton:
Does anyone have it coded in NetREXX

??

Would really appreciate a copy if anyone's done it.

Thanx and enjoy the Day

bobh
_______________________________________________ Ibm-netrexx mailing list [hidden email]


--
Thomas Schneider Projects ReyC & LOGOS on www.KENAI.com

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Tom. (ths@db-123.com)
Reply | Threaded
Open this post in threaded view
|

Re: REXX Date(B,W, et c ) functionality in NetRexx

alansam
In reply to this post by Robert L Hamilton


On 6 July 2010 09:36, Robert Hamilton <[hidden email]> wrote:
Does anyone have it coded in NetREXX

??

Would really appreciate a copy if anyone's done it.


David Requena has a copy of the NetRexx FAC posted in Kenai here: http://kenai.com/projects/netrexx-misc/downloads/directory/Third%2520party%2520software

Look for RXdate, I haven't tried it but it claims to implement the classic Rexx date functions.

Alan.



--
Can't tweet, won't tweet!

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Alan

--
Needs more cowbell.
Reply | Threaded
Open this post in threaded view
|

Re: REXX Date(B,W, et c ) functionality in NetRexx

Robert L Hamilton
Thanx, Alan; I'll look again.   I think I looked that once before.  What I  need is the Date(B, , ) parm.

bobh

On Tue, Jul 6, 2010 at 1:40 PM, Alan Sampson <[hidden email]> wrote:


On 6 July 2010 09:36, Robert Hamilton <[hidden email]> wrote:
Does anyone have it coded in NetREXX

??

Would really appreciate a copy if anyone's done it.


David Requena has a copy of the NetRexx FAC posted in Kenai here: http://kenai.com/projects/netrexx-misc/downloads/directory/Third%2520party%2520software

Look for RXdate, I haven't tried it but it claims to implement the classic Rexx date functions.

Alan.



--
Can't tweet, won't tweet!

_______________________________________________
Ibm-netrexx mailing list
[hidden email]




_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: REXX Date(B,W, et c ) functionality in NetRexx

Thomas.Schneider.Wien
Hello Robert,
   the Rexx Function Date is part of the rexx2Nrx run time package. See www.Rexx2Nrx.com/Run-Time
for details.
   When some option you are needing is missing let me know.
Tom.
==================================================================
Am 06.07.2010 22:11, schrieb Robert Hamilton:
Thanx, Alan; I'll look again.   I think I looked that once before.  What I  need is the Date(B, , ) parm.

bobh

On Tue, Jul 6, 2010 at 1:40 PM, Alan Sampson <[hidden email]> wrote:


On 6 July 2010 09:36, Robert Hamilton <[hidden email]> wrote:
Does anyone have it coded in NetREXX

??

Would really appreciate a copy if anyone's done it.


David Requena has a copy of the NetRexx FAC posted in Kenai here: http://kenai.com/projects/netrexx-misc/downloads/directory/Third%2520party%2520software

Look for RXdate, I haven't tried it but it claims to implement the classic Rexx date functions.

Alan.



--
Can't tweet, won't tweet!

_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________ Ibm-netrexx mailing list [hidden email]


--
Thomas Schneider Projects ReyC & LOGOS on www.KENAI.com

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Tom. (ths@db-123.com)
Reply | Threaded
Open this post in threaded view
|

Re: REXX Date(B,W, et c ) functionality in NetRexx

kenner
In reply to this post by Robert L Hamilton

    66      TODADATE = RexxTime.date('O')
    67      WEEKDAY = RexxTime.date('W').substr(1,3)
    68      TODAMONT = TODADATE.substr(4,2)
    69      TODADAY = TODADATE.substr(7,2)
    70      THISYEAR = TODADATE.substr(1,2)
    71      SUNDATE = TODADAY + 3
    72      NOWTIME = RexxTime.time('C').substr(1,13)
    73      say 'Today''s date seems to be: ' TODADATE


Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)
[hidden email]



Robert Hamilton <[hidden email]>
Sent by: [hidden email]

07/06/2010 12:55 PM

Please respond to
IBM Netrexx <[hidden email]>

To
IBM Netrexx <[hidden email]>
cc
Subject
[Ibm-netrexx] REXX Date(B,W, et c ) functionality in NetRexx





Does anyone have it coded in NetREXX

??

Would really appreciate a copy if anyone's done it.

Thanx and enjoy the Day

bobh
_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________
Ibm-netrexx mailing list
[hidden email]