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