And don't forget there are two related REXX mailing lists too: [email protected] REXX Programming discussion list (323 subscribers) To subscribe, send mail to [email protected] with the command:
SUBSCRIBE REXXLIST [email protected] TSO REXX Discussion List (868 subscribers) To subscribe, send mail to [email protected] with the command: SUBSCRIBE TSO-REXX Thanks, Mark Regan ________________________________ From: Chris Mason <[email protected]> To: [email protected] Sent: Tuesday, April 26, 2011 12:13 PM Subject: Re: Control date format using Rexx John It's a language thing, specifically "false friends"! Je voudrais contrôler la date avec REXX. I would like to *verify* the date with REXX. Chris Mason On Tue, 26 Apr 2011 10:24:56 -0500, McKown, John <[email protected]> wrote: >> -----Original Message----- >> From: IBM Mainframe Discussion List >> [mailto:[email protected]] On Behalf Of CUNY Yann >> Sent: Tuesday, April 26, 2011 10:17 AM >> To: [email protected] >> Subject: Control date format using Rexx >> >> Hi all, >> >> I would like to control a date format in a dataset with REXX. I >> know it is possible to convert ... but I just want to make a control. >> >> Thanks in advance. >> >> Yann > >I don't understand. What does "make a control" mean to you? Perhaps an example of the output you want would help. If you need today's date in European format: dd/mm/yy, then > >TODAY=DATE('E') > >would do it. > >http://publibz.boulder.ibm.com/cgi- bin/bookmgr_OS390/BOOKS/IKJ4A390/4.3.16 > >-- >John McKown >Systems Engineer IV >IT > >Administrative Services Group > >HealthMarkets(r) > >9151 Boulevard 26 * N. Richland Hills * TX 76010 >(817) 255-3225 phone * >[email protected] * www.HealthMarkets.com ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

