Explain the basic difference between Intra partition TDQ
and Extra partition TDQ.

Answer Posted / rajesh

INTRA PARTITION TD QUEUEs It is a group of sequential
records which are produced by the same and / or different
transactions within a CICS region. These Qs are stored in
only one physical file ( VSAM ) in a CICS region, which is
prepared by the system programmer. Once a record is read
from a queue, the record will be logically removed from the
queue; that is the record cannot be read again. EXTRA
PARTITION TD QUEUEs It is a group of sequential records
which interfaces between the transactions of the CICS region
and the systems outside of CICS region. Each of these TDQs
is a separate physical file, and it may be on the disk,
tape, printer or plotter.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we pass parameters into a CICS –DB2 program

3630


Explain how do you handle errors in cics programs?

533


Name the three ways available for a program to position the cursor on the screen?

576


Define cics interface block?

580


Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

597






Can you define transid?

596


Explain the primary function of the processing program table (ppt)?

551


mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

625


Explain the function of the terminal control table?

536


Explain the difference between start and xctl?

552


Explain the thress bms options?

555


Db2 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 cicsregions that share the same db2 subsystem?

625


Explain the function of the cics translator?

597


I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?

582


what is the differences between getting the system time with eibtime and asktime command?

576