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
am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me
why we do STRSRVJOB in batch debugging in as400
I want to add 10 days in current date. how it is possible in CL program...?
How can you determine the number of characters in a variable?
What is the OPEN and CLOSE accesspath?
check existence of one record without using chain or read?
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
can we use cl programming to update or delete physical files
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
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?