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
what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.
ESCAPE message sent by child program can be handled by parent program using which keyword?
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
what are the types of identifers
please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?
Can more than one subfile record be displayed on one line?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
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?
In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?
steps involved in debugging and types of debugging modes?
suppose if we want to update the data in cl what we will do?
How to call one program from another program in RPG? please help me with the code