gonzalezceci
Programmer
We are using Power COBOL V4, and testing a program we realized that , although we are using the "READ WITH LOCK" sentence, it has no effect if several Fujitsu COBOL programs are accessing to the same record.
After several tries we detected that running the same program on a file located on the C: or on a file located on the WNT net, the lock function correctly.
Only when the file is located on the NFS Unix (we are working with Unix Sun Solaris V 5.5.1)the programs do not detect that other program is locking the record.
After several tries we detected that running the same program on a file located on the C: or on a file located on the WNT net, the lock function correctly.
Only when the file is located on the NFS Unix (we are working with Unix Sun Solaris V 5.5.1)the programs do not detect that other program is locking the record.