how can database records be read without lock ?
Answers were Sorted based on User's Feedback
Answer / Shri Ram Verma
Database records in IBM AS/400 can be read without a lock using SQL or RPGLE's DBTF (Dynamic File Transfer Facility). The record is not locked while being read, but the file must be opened with appropriate options to avoid conflicts with other concurrent processes.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is rpg ?
under given circumstances, my cgi should link to another site. How to implement this?
how to toggle between single line and multi - line display of a particular record in a subfile?
What is Data Area?
Can we add or remove the module object from service Program..and how...?
how can you execute a command from within an rpg program without calling a clp program?
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?
Logic cycle
what is the main use of OPNQRYF ?? in that query why we can use OVERDBF and in that OVERDBY why should we use SHARE(*YES)
Using %check we are checking monika in mona what is output? What is %SCAN?
what does the ovrdbf command do?
distinguish between terminating a program through seton lr and return?