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

What is interval control and what are some of the CICS commands associated with it?

2 Answers   IBM,


When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit

3 Answers  


What is the common work area (CWA)?

1 Answers   EDS, IBM,


Explain the purpose of the program list table?

0 Answers  


what are the differences between and exec cics xctl and exec cics start command?

0 Answers   IBM,






What is the access method used by DB2?

1 Answers  


what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers   IBM,


What are fset, frset?

0 Answers  


What tables must be updated when adding a new transaction and program?

2 Answers  


Name the cics command that gives the length of twa area?

0 Answers  


if we want to add new column in the db2 table.How can add in the copybook?

2 Answers  


How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)

4 Answers   HSBC,


Categories