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 pic clause for the data type of length option field type of data fields?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
what are the differences between and exec cics xctl and an exec cics link command?
Explain cedf transaction commands?
Explain difference between call and link?
What does the 'cemt:cics' transactions do?
What is non-conventional programs?
Explain the difference between start and xctl?
Can you define mapset?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Explain the difference between getting the system time with eibtime and asktime command?
Can you explain cics transaction gateway?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
Explain how and where is the twa size set?