Hai
I have a VSAM file and there are two CICS pgms A and B both
intends to update the file. How to code the program so that
it does not under go a dead lock situation.
Answer Posted / balmukund
RLS is a VSAM function , provide by DFHSMS , that enables
data to be shared with full updates capability, between many
applications running in many CICS programs. With RLS CICS
share VSAM data sets can reside in multiple MVS images
within a parallel sysplex, RLS also provide the benefits
when data sets being shared between CICS regions and batch
jobs. also provide different level of READ integrity and
update with Browse.
So if multiple application use same VSAM file then better
option to use VSAM RLS.
Second we can achieve by using SUSPEND option , it allow the
application programs to control the action if the records to
be accessed in unavailable .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the procedure to solve an ASRA ABEND?
What is the use of mdt (modified data tag)?
Explain how can you accomplish breakpoint in intertest?
What are the cics transactions?
What is meant by PPT and what are its uses?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What do you mean by CEMT?
What is the common work area?
What is mainframe cics?
Explain the difference between a package and a plan.
What is CICS ?
What are the types of processes to create a map in cics?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Can you define mdt?
What is a transid?