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

Overlay a column with another file's field value


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
shreedhar

New User


Joined: 05 Feb 2007
Posts: 4
Location: Pune

PostPosted: Sun Nov 24, 2013 1:11 am
Reply with quote

Hi,

I want to copy file1 into file3 with below requirement.
Requirement: Overlay a column in file1 (position 44, length 6) with file2's field (position 31, length 6) creating outfile file fille3 for all my input records in file1. All are FB records/files as below
File1 - record length 1000
File2 - record length 200
File3 - record length 1000.
File2 will always have only a single record.
File1 can have any number of records.


I have seen examples of overlaying a field with the constant. But here I am looking for overlaying a field with the another file's field value.
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: Sun Nov 24, 2013 2:54 am
Reply with quote

Most efficient way to do it is two steps. First step process the single-record file and generate a symbol/SYMNAMES for the value.

Second step is to use the symbol to OVERLAY your value, which is by now a constant in your symbols.

Search this forum for SYMNAMES and you should find examples, often with dates.
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: Sun Nov 24, 2013 7:08 am
Reply with quote

Hello,

This topic is a duplicate of your same topic on the Beginners Forum.

It is now locked.

d
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Replacing 'YYMMDD' with date, varying... SYNCSORT 3
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
Search our Forums:

Back to Top