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

[SORT]Comparing/Merging(Overlaying) 2 rows within same File


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pulsar

New User


Joined: 08 Nov 2007
Posts: 7
Location: India

PostPosted: Wed Apr 06, 2011 12:22 pm
Reply with quote

I have a single FB file of length 80 bytes.
File1:
Record Layout:
Key;StartDate;EndDate
Code:

AAA;2009-01-01;2009-12-31    <---row1
AAA;2008-01-01;2008-12-31    <---row2
AAA;2007-01-01;2007-12-31    <---row3
AAA;2005-09-08;2006-10-05    <---row4
BBB;2010-01-01;2011-01-31    <---row5

Expected Output:
Code:

AAA;2007-01-01;2009-12-31    <---combination of row1,3
AAA;2005-09-08;2006-10-05    <---row4
BBB;2010-01-01;2011-01-31    <---row5

The logic here is to see if the Key(first 3 bytes) is same, then check if the dates have continuity in them (i.e There is 'no gap' between Start date of row1 and end date of row2).
Will it be possible to use Sort - or will have to stick to COBOL to achieve the same. Please help.
(Sort Installed in Shop:Syncsort)
Thanks !
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Apr 06, 2011 12:25 pm
Reply with quote

the other topic has been deleted!
Back to top
View user's profile Send private message
pulsar

New User


Joined: 08 Nov 2007
Posts: 7
Location: India

PostPosted: Wed Apr 06, 2011 12:29 pm
Reply with quote

Thanks enrico.
Have learnt the lesson !
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Apr 06, 2011 12:56 pm
Reply with quote

not a problem! icon_biggrin.gif
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
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