SEARCH ALL not searching the entire Table

Fri, 07/08/2011 – 17:50

#1

SEARCH ALL not searching the entire Table

In our installation we have a very old module which uses 

SEARCH ALL to find the file name inside a COBOL Table (array).

We have to include one new file in this array, there are around 

200 file names in this Table. 

Files names are like below

Departments

Disbursments

Employee

History

Payments

Payouts

Salary

:

:

:

:

Transactions

I have added my file at the last but when I pass my file name 

as the key to be searched in the SEARCH ALL, the search would stop 

at an item before my file and the match is not found. Thus resulting 

in a user abend.

Can someone help me as to what coudl be the issue

I am really surprised why this is behaving this way?

“; ; ; ;

Click the +1 button  below to share it with your friends and colleagues

Share this if you liked it!

Disclaimer