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

Search and replace the key in the report


IBM Mainframe Forums -> SYNCSORT
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
V S Amarendra Reddy

Active User


Joined: 13 Sep 2006
Posts: 216
Location: USA

PostPosted: Thu Jul 09, 2015 7:41 pm
Reply with quote

Hi All,

I have 1 input file and a lookup file. Lookup file contains 2 fields one is the Child, and another is the Parent and each of 6 bytes long, char type and the file is of FB type.

Now the input file is a pure report with all the header, details etc.. and produced outside of Mainframes and gets into Mainframes.

It is of type FB and the length is 227 bytes. This has the Child keys present in byte 13 and length is 6.

My requirement is to read the key from the file and look in the look up file, get the parent value and put it in the input report record in position 2 and copyt it into output file.

The catch here the input report file shouldn't be sorted and Look up file is just the input file. The o/p file needs to be an exact copy of the input file but with the parent key value. if the key is not found it can put blanks in parent but still copy the record to output file.

I thought of implementing this using Easytrieve or Syncsort. Just want to know if Syncsort can do it in simple way.

I have searched for JOINKEYS but it appears to be doing sort and reformatting. So, please let me know if there is any better way to do it in Syncsort.

Regards
Amar
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Jul 09, 2015 7:59 pm
Reply with quote

Need a reasonable sample of inputs, and expected output for those inputs.

What do you mean by "sorting" is not allowed?

Is the report in the same order as your reference file? Is the reference file in order?
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 -> SYNCSORT

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Need help on formatting a report DFSORT/ICETOOL 14
Search our Forums:

Back to Top