Hello Howard,

 

>From z/VM 5.3  Help REXX DATE

 

 


>>--DATE(--.-----------------------.--.-------------.--)--------------->
<

           |                    (1)|  '-| Group 1 |-'


           '-output_date_format----'                         

 

And then reference (1)

Has 

NOTE:


(1)  If the Century or Julian format is specified, then no other options


     are permitted. These two formats are provided for compatibility
with

     programs written for releases prior to VM/ESA(R) version 2 release


     1.1. It is recommended that they not be used for new programs.


 

It would seem that if you specify Julian format you have to use today's
date.            

 


 

Ed Martin

Aultman Health Foundation

330-363-5050

ext 35050

________________________________

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Scott Rohling
Sent: Tuesday, May 12, 2009 10:05 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: REXX Date Function Help...Please

 

For the group (sent this to Howard personally when I did a reply):

Is this what you mean?:

jday = date('J')
Say DATE('U',jday,'J')

On DATE:  the first parm is the output format (USA) - the 2nd is the
input date - the 3rd is the input date format.

Scott

On Tue, May 12, 2009 at 7:57 PM, Howard Rifkind <vmes...@yahoo.com>
wrote:

I have the DATE function working in order to get the current date into
Julian date format but I'm have difficulty going the other way...Julian
date to standard date such as MM/DD/YY.

I've tried tries a number of ways to format the DATE function to do this
without any success.

I surrender.

File_Juldate = DATE('J',FILE_DATE)    Doesn't work.

Any help with this will be appreciated.

Thanks

 

 

Reply via email to