When a object will be locked & when a record will be
locked? Plz explain.
Answer Posted / 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 |
Post New Answer View All Answers
What is ment by record level identifier?
what is a rpg?
How can we know running job is batch or interactive?
is this a rpg channel?
how does the rpg element work?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
which program rpg or cl is efficent to update a transaction onto a database file and why ?
how do I play {insert rpg system here}?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what is the use of sflnxtchg?
How to call one program from another program in RPG? please help me with the code
How can we override a file during runtime in rpg?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
What is the difference between iter and do?