× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I've got a program that calculates a new date based upon a number of days 
offset.  Here is a snippet of the code:

. . . 
C     *entry        Plist                                         
C                   Parm                    indate                
C                   Parm                    dateformat        5   
C                   Parm                    diffdays          4 0 
C                   Parm                    outdate               
C*                                                                
C                   Select                                        
C*                                                                
C     dateformat    WhenEq    '*MDY'                              
C     dateformat    OrEq      '*mdy'                              
C     *mdy          Move      inmdy         @date                 
C                   AddDur    diffdays:*days@xxxx                 
C     *mdy          Move      @date         outmdy        
. . .

I'm enhancing the logic to handle all valid date formats, to allow the option 
specification of an output date format, and will be prototyping the parameters.

Does anyone have a sample of a program like this already written?  I'm going to 
end up overhauling this thing and would like to save a lot of time if it's 
already been done.  BTW, I'm at V5R2 and am not against free form code.

Bill

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.