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

Merge two input files without using Icetool


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sagar Mane

New User


Joined: 12 Feb 2007
Posts: 3
Location: Mumbai

PostPosted: Wed May 30, 2007 12:11 pm
Reply with quote

Hi I have a requirement to merge two input files. But not using Icetool. We cannot use Icetool here.
The details for the requirement are as follows:

Input1: RECFM=FB and LRECL=600
Input2: RECFM=FB and LRECL=600

Input1:
100~ABCDE~12345~01-01-2007
200~ABCDE~64789~01-01-2005
800~ABCDE~11223~01-01-2006

Input2:
100~ABCDE~12345~xxxx~01-01-1975
800~ABCDE~64789~xxxx~01-01-1944
300~ABCDE~11223~xxxx~01-12-1954

Now I want to merge these two files in such a way that the output file will look like this:
ABCDE1234501-01-200701-01-1975
ABCDE6478901-01-200501-01-1944
ABCDE1122301-01-200601-12-1954

Here the last field i.e. the Birth Date from input file2 is merged to input file1. The key for both the input files is 5 chars from 4th position + 5chars from 9th position. eg. ABCDE(NAME) + 12345(NUMBER).

In cases where input file1 has a record without a match in input file2, and where input file2 has a record without a match in input file1 then we can write spaces for data that is missing in any file. E.g. if Input1 has a record and no matching record in Input2 then we can write spaces in place of Birth Date.


Note: I have added the seperator just to seperate the data. There is no seperator in the actual file.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed May 30, 2007 6:09 pm
Reply with quote

What is the reason for not using ICETOOL, apart from the obvious one which is that you do not have DFSORT installed.

Surely if this is the case, then the sort product installed should have some similar logic to ICETOOL.
Back to top
View user's profile Send private message
Sagar Mane

New User


Joined: 12 Feb 2007
Posts: 3
Location: Mumbai

PostPosted: Sat Jun 02, 2007 11:50 am
Reply with quote

I dont know for what reason but the client doesnt want to use Icetool. So I am searching for the same with SORT.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Jun 02, 2007 5:09 pm
Reply with quote

Hello,

Which sort product are you using at this client location?
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Shift left VB record without x00 endi... DFSORT/ICETOOL 11
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
Search our Forums:

Back to Top