Re: How do you search the word in a sequential file ?
- From: "William M. Klein" <wmklein@xxxxxxxxxxxxxxxxx>
- Date: Tue, 30 May 2006 14:46:36 GMT
Assuming that this was NOT a homework assignment, I suspect that I agree with
the spirit of Binyamin's suggestion. COBOL does have some "string" handling
facilities and you CAN use INSPECT with it, but if you are going to be doing
much "text manipulation" in your business/application, then there is PROBABLY a
better tool than COBOL. (I am not saying you can't do it in COBOL, just that
there are better tools for doing it - IMHO)
--
Bill Klein
wmklein <at> ix.netcom.com
"Binyamin Dissen" <postingid@xxxxxxxxxxxxxxxxxx> wrote in message
news:02go72dqk1afv6b7ds67707kbfconm6gvg@xxxxxxxxxx
On 30 May 2006 03:13:04 -0700 "badilus" <gkolanci@xxxxxxxxx> wrote:
:> I have a sequential file. I want to search the word in a record.How
:>can i do ?
Use REXX or Perl.
--
Binyamin Dissen <bdissen@xxxxxxxxxxxxxxxxxx>
http://www.dissensoftware.com
Director, Dissen Software, Bar & Grill - Israel
Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.
I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.
.
- References:
- How do you search the word in a sequential file ?
- From: badilus
- Re: How do you search the word in a sequential file ?
- From: Binyamin Dissen
- How do you search the word in a sequential file ?
- Prev by Date: Re: How do you search the word in a sequential file ?
- Next by Date: Re: PIC P put to real use
- Previous by thread: Re: How do you search the word in a sequential file ?
- Index(es):
Relevant Pages
|