Joined: 01 Feb 2007 Posts: 2 Topics: 1 Location: Chicago
Posted: Fri Apr 13, 2007 4:57 pm Post subject: Search Sting w/VB using Fileaid
Hello Gurus,
Apologize if it may have been answered in a previous post, but it spoke of the search string in VB using either REXX or ICETOOL, but I was wondering if I can do the same process in fileaid (or if there is a more efficient way).
I'm searching a VB file looking for two specific parameters and want a count of each occurance.
Code:
$$DD01 USER IF=(23,EQ,C'MT62'),
AND=(1,0,C'TA01012C1'),WRITE=A,
IF=(23,EQ,C'MT62'),
AND=(1,0,C'TA01012C3'),WRITE=B,
IF=(23,EQ,C'MT62'),
AND=(1,0,C'TA01012P1'),WRITE=C,
When I use the following I don't have any counts, but when I browse the file I know they are there. Any help would be greatly appreciated.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum