When a object will be locked & when a record will be
locked? Plz explain.
Answers were Sorted based on User's Feedback
Answer / ps
When file is open in update/add mode file object will be
locked.
When user try to fetch any record from file by setting up
pointer to a record record will get locked.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / syam
When 2 user or more trying to access same record in a PF
record will be locked. While backup file to tape or cd any
user trying to access any lib or file it can be locked
| Is This Answer Correct ? | 6 Yes | 8 No |
if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.
How can i check the object existance in RPG program without using QCMDEXC command.
What is ment by record level identifier?
list down and describe the sub systems vailable
What are the commands that can be executed in CLP but not in RPG? Why?
how do I declare a minor?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
What is the purpose of FRCDTA keyword?