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?
No Answer is Posted For this Question
Be the First to Post Answer
how do u track msg in cl pgm???
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.
while i am using the dspmsg command on comman line in Mocha am getting error like Not authorized to message queue message my messagequeue Name? can anybody help me how to change my message queue Am anable to see my messages in message queue
Why did we give STRSRVJOB while debugging batch program
what is data area and how it is used in rpg program ?
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
How can read PF in reverse order (end to start) in CL pgm..
can anybody explain significance of *loval setll with example code????
IN RLU what are the record level keyword is used?
Suppose in CL we reach at end of file and again we have to reach from 1 record
To check the locks , we use cmd WRKOBJLCK , but how we confirm whether it's objeck lock / member lock. I confused with the Lock type and Status values...Can any body please tell me ...