how can you detect and handle a record lock situation?
Answer / rinku khan
If you try to read the locked record, we can get system defined message i. e. , the program will ended abnormally. With the help of File Information Data Structure we can handle record lock situation.Generally it will happen, when the same file of type " U" used in different programs.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between seton lr and retrn?
what is default data type for the fields(sub fields) defined in data structures in rpg?
What are the mandatory keywords of sub file?
What is journaling & Commitment Control?
What is the default value for the number of increment for the physical file?
How to declare the length of emp no in the physilcal file and the mandatory length is 6 i.e. Emp No should be numeric, mandatory and fill all the 6 places
What is a Join Logical File, Can it be used for Update ?
which of the cl command can be used to determine which logical files are dependent on a specific file?
when should I use method get, and when should I use method post in my cgis?
what does the opcode free do?
What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error
What is RETURN CURSER LOCATION in subfile?