What is the option specified in the read operation to gain
multiple concurrent operations on the same dataset?



What is the option specified in the read operation to gain multiple concurrent operations on the s..

Answer / devang

the option is

EXEC CICS READ
.....
.....
REQID(n)
.....
.....
END-EXEC.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More CICS Interview Questions

how to get 'time stamp' in cics prgms ,what is the syntax.

1 Answers  


What is the procedure to read a statement from tsq?

0 Answers  


What is the name of the log which contains the information needed to restart the system, including the task

2 Answers  


Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?

0 Answers  


when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?

0 Answers   IBM,






What does the 'cedf:cics' transactions do?

0 Answers  


Is there any entry for TSQs in CICS tables?

3 Answers   IBM,


Explain the primary significance of intra-partition and extra-partition tdqs ?

0 Answers  


Explain the difference between exec cics handle condtion and an exec cics ignore command?

0 Answers  


Why is a TERM ID recommended in naming a TSQ?

1 Answers   IBM,


Give the definition of COMMAREA ?

0 Answers  


What option is specified in the SEND command to send only the unnamed fields on to the screen?

1 Answers   IBM,


Categories