IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Date processing using Rexx


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
valadezm

New User


Joined: 05 May 2006
Posts: 7

PostPosted: Mon Mar 02, 2009 7:04 pm
Reply with quote

Hello,

First off let me say that I've done a search and have come up with a lot of posts that almost what I'm looking for. I also have no previous Rexx knowledge but I'm trying to learn as I go along.

In our shop, we have a batch job that uses an assembler routine (written many years ago) that changes the dates (gregorian format) in control cards based on the current system date. Based on the date, it can update the control cards for current date, next business date, first business day of the month, last business day of the month and a weekly range. The library of control cards is huge around 2,000 + members.

The assembler looks for certain symobls/formats within the control cards to determine what to change it to.

If it encounters:

?M?D?Y it knows to replace with current date 030209.

>M>D>Y<M<D<Y it knows to replace the 1st >M>D>Y with that week's Monday date and <M<D<Y with that weeks Friday date.

+M+D+Y it knows to replace to next business date.

@M@D@Y¢M¢D¢Y it know to replace

@M@D@Y with the last business day of the month ex. 022709
¢M¢D¢Y with the 1st business day of the month ex. 020209


I am looking to see how we can do this in REXX. I've seen various rexx date routines but since my familiarity with rexx is minimal I would like to see if anyone thinks this is possible and the best way to go about it.

Thanks.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 02, 2009 7:16 pm
Reply with quote

Seems pretty straight-forward. If you convert the dates to the Base date format DATE(B) you can easily move forward and backward through dates mathematically. Once you've determined the proper date, you can convert it from the base date format back into the gregorian format.

This previous topic has some good examples of date routines in REXX.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
Search our Forums:

Back to Top