Easytriev compare two files

Ask/Clarify the questions on EASYTRIEVE

Moderators: DikDude, Moderator Group

Post Reply
deepakmf2011
Member
Posts: 1
Joined: Wed Jan 24, 2018 12:15 pm

Easytriev compare two files

Post by deepakmf2011 » Wed Jan 24, 2018 2:34 pm

I have two files as below.

File 1:

FieldA FieldB Field C

ALT 00 00001
ALT 04 00007
CRD 00 00002
CRD 04 00007

File 2:

ALT DL 00005
ALT F 00021
CRD DL 00022
CRD F 00065

Expected O/P:

ALT 00001 00005 | ALT 00007 00021
CRD 00002 00022 | CRD 00007 00065

O/p i got based on my below code:

ALT 00001 00005 | ALT [b]00001[/b] 00021
CRD 00002 00022 | CRD [b]00002[/b] 00065

I could see there is some logic issue, can some one can help me to resolve this issue.

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others