In thin client environment, having iscobol.file.lock_manager=com.iscobol.as.locking.InternalLockManager, when a lock timeout error occurs, extendStat is set to a concatenation of the file status and the thread ID of the client holding the lock. Since a thread ID can be up to 10 digits long, it’s suggested to define extendStat as PIC X(12). The thread ID is stored in extendStat(3:). Example - Display extended information on a file error
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |