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

concatenate 2 file with header and trailer


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jainsunilkansal

New User


Joined: 21 Nov 2013
Posts: 3
Location: India

PostPosted: Thu Nov 21, 2013 12:26 pm
Reply with quote

Hi,

Could you please help with the below Sort criteria.
Merge two files into a single file with header,detail and trailer and update the trailer totals.

File1 : Header1,Detail1 ,Trailer1
------------------------------------------------------
Code:
020121217                        >>>>>>>>>>>>>HEader 1                     
1  00000000006655075  % 
2  %  Ãí * 
3  %  Ãí * 
3  %  Ãí * 
1  00000005994793512  ñ 
2  rålé  ã*  ñ 
3  rålé  ã*  ñ 
3  rålé  ã*  ñ 
3  rålé  ã*  ñ 
3  rålé  ã*  ñ 
1  00000005996934809  h@
2  rÑ Øæ ã*  h@
3  rÑ Øæ ã*  h@
3  rÑ Øæ ã*  h@
3  rÑ Øæ ã*  h@
900000003                        >>>>>>>>TRAILER 1 (Number of customer  total of 1's in first column)



File2 : Header2,Detail2 ,Trailer2

Same as above.

Output :

File3 : Header1,Detail1,Detail2,Trailer3
Code:
020121217                        >>>>>>>>>>>>>HEader 1                     
1  00000000006655075  % 
2  %  Ãí * 
3  %  Ãí * 
3  %  Ãí * 
1  00000005994793512  ñ 
2  rålé  ã*  ñ 
3  rålé  ã*  ñ 
3  rålé  ã*  ñ 
3  rålé  ã*  ñ 
3  rålé  ã*  ñ 
1  00000005996934809  h@
2  rÑ Øæ ã*  h@
3  rÑ Øæ ã*  h@
3  rÑ Øæ ã*  h@
3  rÑ Øæ ã*  h@                     
1  00000000006655075  % 
2  %  Ãí * 
3  %  Ãí * 
3  %  Ãí * 
1  00000005994793512  ñ 
2  rålé  ã*  ñ 
3  rålé  ã*  ñ 
3  rålé  ã*  ñ 
3  rålé  ã*  ñ 
3  rålé  ã*  ñ 
1  00000005996934809  h@
2  rÑ Øæ ã*  h@
3  rÑ Øæ ã*  h@
3  rÑ Øæ ã*  h@
3  rÑ Øæ ã*  h@
900000006                    >>>>>>>>TRAILER 1 (Number of customer total of 1's in first column)


Can any one suggest a much easier solution to the above sort.
please tell me if some one need some more info

Code'd
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 Nov 21, 2013 12:50 pm
Reply with quote

Much easier than what? If you already have something, please show it. If you don't, why not?

Also we need to see the expected output from the sample input you have shown, and a description of what goes on.

Please use the Code tags:

Code:
Like     This.   To preserver           Spacing.
Back to top
View user's profile Send private message
jainsunilkansal

New User


Joined: 21 Nov 2013
Posts: 3
Location: India

PostPosted: Thu Nov 21, 2013 1:00 pm
Reply with quote

I given output file as well that is sample output .

Output :

File3 : Header1,Detail1,Detail2,Trailer3
Code:
020121217 >>>>>>>>>>>>>HEader 1
1 00000000006655075 %
2 % Ãí *
3 % Ãí *
3 % Ãí *
1 00000005994793512 ñ
2 rålé ã* ñ
3 rålé ã* ñ
3 rålé ã* ñ
3 rålé ã* ñ
3 rålé ã* ñ
1 00000005996934809 h@
2 rÑ Øæ ã* h@
3 rÑ Øæ ã* h@
3 rÑ Øæ ã* h@
3 rÑ Øæ ã* h@
1 00000000006655075 %
2 % Ãí *
3 % Ãí *
3 % Ãí *
1 00000005994793512 ñ
2 rålé ã* ñ
3 rålé ã* ñ
3 rålé ã* ñ
3 rålé ã* ñ
3 rålé ã* ñ
1 00000005996934809 h@
2 rÑ Øæ ã* h@
3 rÑ Øæ ã* h@
3 rÑ Øæ ã* h@
3 rÑ Øæ ã* h@
900000006 >>>>>>>>TRAILER 1 (Number of customer total of 1's in first column)


Code'd
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Nov 21, 2013 1:05 pm
Reply with quote

Use the CODE tags

Code:
[code] Put what you want in here [/code]
Back to top
View user's profile Send private message
jainsunilkansal

New User


Joined: 21 Nov 2013
Posts: 3
Location: India

PostPosted: Thu Nov 21, 2013 3:05 pm
Reply with quote

Waiting for the post's..if anyone knows solutions please advice
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Nov 21, 2013 3:12 pm
Reply with quote

soliciting for answers after only 3 hours from the initial post is inconsiderate

remember, replying on a forum is ...
on voluntary base
on our own time

if You have time constraint a forum is not the best place to ask for 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 -> JCL & VSAM

 


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