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
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
What are the common cics service programs and explain their usage?
Can you explain common systems area?
Explain how to build up lu 6.2 communication?
Explain the maps in cics?
What do you mean by the term fct?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What is the common work area?
which is the cics control program that provides communication services between user written application programs and terminals?
Explain the function of the terminal control table?
Name the command used for terminating a browse operation?
What Are Send Map Maponly & Send Map Dataonly ?
How can you access esds files from cics?
Explain how do you handle errors in cics programs?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?