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 amp?
Can you explain enq and deq used in cics?
Can you have CICS code in a copybook? If yes, what happens during compilation?
How will you place cursor on a field called ?EMPNO?.
What is the common systems area?
What is a logical message in CICS?
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
Can we define an alternate index on VSAM/RRDS ?
which transient data queue support ati?
What is the component?what are the different components there using cobol and cics
What command do you issue to delete a record in a transient data queue ?
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.