I got an error stating that open lock limit has been reached.currently iam using a code which has the logic
perform until x > 1980
add 1 to x
read netd-file with lock key is .....
move some values to the fields of netd-rec
rewrite netd-file with unlock.
end-perform.
i got lock limit error.
can u explain what is the limit for opening a file in lock mode.
perform until x > 1980
add 1 to x
read netd-file with lock key is .....
move some values to the fields of netd-rec
rewrite netd-file with unlock.
end-perform.
i got lock limit error.
can u explain what is the limit for opening a file in lock mode.