I have a free format rpg, in which I chain a file and then if record found and necessary conditions are met, it is updated. My main input file has 400,000+ recs, all of which are processed fine except for one record for which I get the error - Record member already locked to this job.
I dont understand this, the program reads file A, set key for file B, chains file B, checks and updates file B, and so on. The program has fallen over twice on the same file B record.
I have put an UNLOCK on file B, if it does not meet the conditions and hence would not be updated. No luck, still get the same errors.
Devarshi.
I dont understand this, the program reads file A, set key for file B, chains file B, checks and updates file B, and so on. The program has fallen over twice on the same file B record.
I have put an UNLOCK on file B, if it does not meet the conditions and hence would not be updated. No luck, still get the same errors.
Devarshi.




Comment