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] |
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 --
Thomas Schneider Projects ReyC & LOGOS on www.KENAI.com _______________________________________________ Ibm-netrexx mailing list [hidden email]
Tom. (ths@db-123.com)
|
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 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. |
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:
_______________________________________________ Ibm-netrexx mailing list [hidden email] |
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. --
Thomas Schneider Projects ReyC & LOGOS on www.KENAI.com _______________________________________________ Ibm-netrexx mailing list [hidden email]
Tom. (ths@db-123.com)
|
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]
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] |
Free forum by Nabble | Edit this page |