how to search an array?

Support for OS/VS COBOL, VS COBOL II, COBOL for OS/390 & VM and Enterprise COBOL for z/OS
kiran
Posts: 17
Joined: Mon Sep 03, 2007 10:45 pm
Skillset: vs_cobolII, jcl, db2, vsam, cics
Referer: from google search

how to search an array?

Postby kiran » Wed Sep 12, 2007 6:44 pm

how to search an array?

William Thompson
Posts: 81
Joined: Sat Jun 09, 2007 4:24 am
Skillset: Some?
Referer: mcmillan
Location: Tucson AZ

Re: how to search an array?

Postby William Thompson » Wed Sep 12, 2007 8:23 pm

Either random, sequential (SEARCH) or binary (SEARCH ALL)........

swapnak
Posts: 1
Joined: Wed Oct 03, 2007 4:00 pm
Skillset: cobol,jcl,db2,vsam,cics
Referer: by friend

Re: how to search an array?

Postby swapnak » Wed Oct 03, 2007 5:19 pm

kiran wrote:how to search an array?

hai,


by using binary search we can search the array.


  • Similar Topics
    Replies
    Views
    Last post