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

First few matched records in 2nd file in eztrieve


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kiranps

New User


Joined: 03 Nov 2005
Posts: 6

PostPosted: Thu Apr 19, 2007 5:56 pm
Reply with quote

Hi,

I am trying to match 2 files in eztrieve.

File 1 contents:

1
2
3
4
5
6
7
10

File2 contents:

1
1
1
1
1
7
7
10
10
10


I wany my output to be:

1
1
1
7
7
10
10
10

Currently i am using the following matched logic:


Code:
If Matched
   output variable = file2-variable
   counter=counter+1
   if counter < 4
      put fileout
   end-if
end-if



I am initializing the counter to zero after the logic goes out of if matched loop.

Please help.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu Apr 19, 2007 7:37 pm
Reply with quote

So, what is the problem?
Are you able to check the EZT manual?
Back to top
View user's profile Send private message
kiranps

New User


Joined: 03 Nov 2005
Posts: 6

PostPosted: Fri Apr 20, 2007 1:02 pm
Reply with quote

Hi,

The problem is i am getting the output as :

1
1
1

instead of the desired output. I am new to easytrieve. Checked some manuals too, but they all talk about the simple matched logic.

Please 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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
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