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

SUM of All trailer AMTS and Number of Records


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

New User


Joined: 23 Jun 2005
Posts: 5

PostPosted: Wed May 10, 2006 2:03 pm
Reply with quote

Hi All,

I have a five input files ,each input file has header, detail records and then trailer .Now trailer contains the amt which is sum of all detail records ,alongwith this amt field in trailer got one more field which says number of records ( this has number of details records + 1 (header record )) .

So now all this five input files we are going to merge in one oputput file which will have only one header ,all the details records of all the input files and one trailer at the end . I have done with merge and amounts add but got problem in number of record field of trailer ,it still has the count of all headers of all 5 input files ,instead it should be 4 less in final output file.

e.g.

IF we have five detail records of amt 1000
Then
file 1 trailer will have
AMT = 5000
Records= 6(Number of details + 1 header)

So same like above for other 4 input files


Now in output file trailer we will get

AMT = 25000 (Trailer amt add of 5 trailers)
Records =30 (which is wrong since we have one header in final output file ,so it should be 26 )

Hope I m clear, expecting some help on this

Thanks,
Chanchal
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Wed May 10, 2006 3:03 pm
Reply with quote

If you want assistance you really have to give more details.

Examples of data in the input files would be a basic requirement.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Wed May 10, 2006 9:02 pm
Reply with quote

Chanchal,

Please show:

- an example of your input records
- the job you're currently using to merge the files (JCL and control statements)
- an example of the output produced by this job
- an example of the output you want
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 0
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
Search our Forums:

Back to Top