How are VSAM files Read in CICS pgms?
Answers were Sorted based on User's Feedback
Answer / sri
CICS programs uses all VSAM files. That is ESDS, RRDS and
KSDS.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / lalitha devi
using
EXEC CICS read/write
----
----
rba,rrn // if it is a ESDS OR RRDS file
end-exec.
if it a KSDS file there is no need to specify any keys.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ashwaq
cics uses only vsam file rather than non-vsam file
vsam file like esds,ksds,rrds.
esds-rba
ksds-keys
rrds-rrn
read and write command are used in cics
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Tclass in cics?what is its importance? How it is implemented?
Define ceci?
How can you access qsam (seq) files from cics?
Add a field to screen when what's the flow of impact?
Explain the term Transaction routing?
Explain how do you set the mdt option to on status, even if data is not entered?
If DATAONLY option is specified in the SEND MAP command what will happen?
What is multitasking and multithreading?
What is the procedure to solve an ASRA ABEND?
Explain how do you terminate an already issued delay command?
What is an mdt (modified data tag)?
Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?