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

Mismatch file needs to be generated


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

New User


Joined: 12 Jun 2008
Posts: 8
Location: Bangalore

PostPosted: Thu Jun 12, 2008 4:47 pm
Reply with quote

Hi,
I have a stock file giving the counts of seven tables from database
File1
Stock 000005 000005 000005 000005 000005 000005 000005

The second file is generated to hold the record counts of 7 existing files using ICEMAN
File 2
A 000005
B 000006
C 000007
D 000005
E 000006
F 000005
G 000005

File 1 has only a single row and seven columns.
File2 has seven rows.

I have to read file 1 and for every column in file 1, I have to match with the second column of every row of file 2. If the values do not match, I need to write both the values to the output file.
Expected Output:
B 000005 000006
C 000005 000007
E 000005 000006

Basically requirement is to create a mismatch file.
Please clarify on this.
Back to top
View user's profile Send private message
Prema Suresh

New User


Joined: 12 Jun 2008
Posts: 8
Location: Bangalore

PostPosted: Fri Jun 13, 2008 12:06 pm
Reply with quote

Hi Arun, Thanks for your response. But sorry to say that syncsort does not work in my environment .

Also a small change in the requirement.

File 1
ABCD 000005
EFGH 000006
IJKL 000007

File2
STOCK 000006 000006 000008

Expected out put:(all counts needed ..not only mismatch)
name stockcount filecount ...........header
ABCD 000006 000005
EFGH 000006 000006
IJKL 000008 000007

Can you help me on this?
Note: Syncsort does not work here. May be iceman or easy or sort can accomplish the same? Please help!
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 How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
Search our Forums:

Back to Top