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 |
Hi,Please give me the the answer for these quesitons? 1.what is IFS and ICF and RAPE amd DISKET fils? explain with example please? 2.What is the difference between POST AND SPACE OPCODES? 3.Can anybody tell me default printerfile command and object type?
What is the difference between Interactive & Batch Job?
How we can delete all the Logical File of a Physical file in one instance ?
I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to change the value from N to Y using SQL stmt ...How can I update this....?
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
how to see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?
what is clile code get last digit in numarice value
What is the purpose of OVRDTA keyword ?
What is the purpose of SFLNXTCHG keyword in a subfile?
which are the relational operators in rpg?
How can a data area be locked after being updated?
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?