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
How do you use altindxs in batch, cics programs?
how can you prevent more than one user from accessing the same transient data queue?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
Explain cemt transaction commands?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
With the use of an alternate index, how is a VSAM file accessed?
What are fset, frset?
What are the uses of ppt in cics?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is the kcp in the cics?
Can you define cemt?
Differentiate between PCT and FCT.
Explain the difference between a symbolic map and physical map?
What are the main uses of the transaction in the cics?
Explain the difference between link xctl?