How are VSAM files Read in CICS pgms?

Answers were Sorted based on User's Feedback



How are VSAM files Read in CICS pgms?..

Answer / sri

CICS programs uses all VSAM files. That is ESDS, RRDS and
KSDS.

Is This Answer Correct ?    9 Yes 2 No

How are VSAM files Read in CICS pgms?..

Answer / anna

wiht read command

Is This Answer Correct ?    7 Yes 1 No

How are VSAM files Read in CICS pgms?..

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

How are VSAM files Read in CICS pgms?..

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

Post New Answer

More CICS Interview Questions

Define an aey9 abend?

0 Answers  


What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

0 Answers  


i would like to practise some programs in code some cics programs plz send the programs

0 Answers   IBM,


Name the two types of transient data queues?

0 Answers  


Explain difference between call and link?

0 Answers  






What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?

6 Answers   CTS,


In the EIB block of CICS, highlight the names of few of the important fields?

0 Answers  


Explain how do you terminate an already issued delay command?

0 Answers  


Explain how DSECT parameter is used in BMS ?

0 Answers  


Can you explain dfheiblk?

0 Answers  


Particular area has been affected in cics screen, what is the process to find?

3 Answers   Cap Gemini,


Add a field to screen when what's the flow of impact?

0 Answers   Keane India Ltd,


Categories