View previous topic :: View next topic
|
Author |
Message |
Nagender19
New User
Joined: 19 Oct 2022 Posts: 1 Location: India
|
|
|
|
Hi can some suggest me a COBOL only pgm for two input files comparison and writing records of matched to one output file and unmatched to another output file and their record count |
|
Back to top |
|
|
Joerg.Findeisen
Senior Member
Joined: 15 Aug 2015 Posts: 1306 Location: Bamberg, Germany
|
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2119 Location: USA
|
|
|
|
Nagender19 wrote: |
Hi can some suggest me a COBOL only pgm for two input files comparison and writing records of matched to one output file and unmatched to another output file and their record count |
Here it is: www.ibm.com/docs/en/i/7.2?topic=languages-cobol |
|
Back to top |
|
|
csudhir
New User
Joined: 15 Jun 2016 Posts: 2 Location: Hyderabad
|
|
|
|
Nagender19 wrote: |
Hi can some suggest me a COBOL only pgm for two input files comparison and writing records of matched to one output file and unmatched to another output file and their record count |
|
|
Back to top |
|
|
Joerg.Findeisen
Senior Member
Joined: 15 Aug 2015 Posts: 1306 Location: Bamberg, Germany
|
|
|
|
@csudhir: Do not post attachments for security reasons. Use the code tags to post any code/data instead. |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2585 Location: Silicon Valley
|
|
|
|
re: "COBOL only pgm"
If I were doing this exercise, I would figure out how to call SUPERC from COBOL. Why reinvent the wheel? |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2119 Location: USA
|
|
|
|
Pedro wrote: |
re: "COBOL only pgm"
Why reinvent the wheel? |
I guess: the manager doesn't know other words related to mainframe besides COBOL (and maybe JCL), isn't it? |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3075 Location: NYC,USA
|
|
|
|
Moved to students section of this forum. |
|
Back to top |
|
|
|