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

Process file after 7 days of hold


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
charlessxavier

New User


Joined: 12 Sep 2010
Posts: 4
Location: India

PostPosted: Tue May 22, 2018 3:54 pm
Reply with quote

We have received a requirement from business wherein a set of records should be held in current day's batch and should be processed after 7 days of hold.

We tried sorting the records to a GDG and then use -5th version for referring the file, but in this method we are suspecting what would happen if the batch is cancelled on any day and the GDG isnt created.

As the records have current date in them, we also tried sysdate minus 7 and check the same, but we require the 7 days difference only for business days excluding weekend.

So, i would like to get some other ideas from you on this.

Thanks in advance.
Back to top
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2022
Location: USA

PostPosted: Fri May 25, 2018 5:49 am
Reply with quote

What kind of tool is used? COBOL? REXX? SORT? ASSEMBLER? ETC?

When comparing to SYSDATE also use WEEKDAY calculation to modify your offset between (SYSDATE-7), (SYSDATE-8), and (SYSDATE-9)

The most of modern tools include various date calculation functions.
Back to top
View user's profile Send private message
Arun Raj

Moderator


Joined: 17 Oct 2006
Posts: 2481
Location: @my desk

PostPosted: Fri May 25, 2018 11:28 pm
Reply with quote

Quote:
what would happen if the batch is cancelled on any day and the GDG isnt created
What is the expectation in this scenario?
Back to top
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 420
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Sat May 26, 2018 12:59 am
Reply with quote

Does it have to be GDG?

Can the accumulation be in KSDS or DB2?

Extraction/deletion of records can be done programmatically in conjunction with a calendar dataset/table.

As mentioned earlier, not getting records or even getting them twice must be considered based upon how records are batched.
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Sat May 26, 2018 9:21 am
Reply with quote

If you have spent any time at all reading previous posts on this forum you must know that you are talking about generations, not versions.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 2
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top