InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of The "n" In The Following Calculation Specification? |
|
Answer» C KEY CHAIN FILE N 99.If you specify 'N' in 53rd position, the record will not be locked if you TRY to READ the locked record. It is a way of AVOIDING the record lock. C KEY CHAIN FILE N 99.If you specify 'N' in 53rd position, the record will not be locked if you try to read the locked record. It is a way of avoiding the record lock. |
|