how do u find whether a record is locked or not??
Answers were Sorted based on User's Feedback
Answer / sachin k gupta
Command DSPRCDLCK - Display record lock
Sachin Kr Gupta
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / samul
in rpg,*PSSr routine will call
u need to handle *status = 01218.
and while reading the record(If file is in update mode)
Klist Chain(N) Record
N: Extender to avoid the record lock whne file is in
update mode
Cheers...
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / ravi shankar porwal
One of the way is Use commond - CHKRCDLCK.
| Is This Answer Correct ? | 2 Yes | 7 No |
What will happen if we r using seton lr after return or vice versa.
we are sending data of physical file to screen design and it is showing no record why?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
Write a program to display prime numbers between 1 to 100 using RPGLE.
is this a rpg channel?
Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
What is Multi Occurrence Data Structure(MODS)?
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
How can we receive values from a called procedure in RPG?
what is the necessary command needed before OPNQRYF and why?
how many variables can we declare in cl pgm?