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 maximum number of times Multiple Occurrences DS can occur in a program?
what is the use of dspatr(mdt) keyword?
give three main purposes of file specification ?
Hi.can any body give me the code for this quesiton please.Because i dont have to try to enter the code in to the AS/400 server.Please can anybody give the answer for this question with complete code? A smple RPLE pgm which accepts the starting number and ending number as parameter.It then has to count all the odd numbers b/w the accepted range of numbers and display the results/ Ex:if the input parameters are 11 and 30 the result should be 10(11,13,15,17,19,21,23,25,27,29) Please explain and give me the complete code?
whare we can use IN AND OUT AND UNLCK opcodes?please can any body tell me in real time senario with example
What is LDA?
how do you read changed records backward in subfile?
How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
how may a cgi control duplicate inputs?
what is subfile?
What are Control level indicators?
what is procedure prototype and procedure interface.