What are extra partition & intra partition TDQs?
Answer Posted / chiranjeevi jakkampudi
Intra partition tdq is a group of sequential records which can be produced and processed with in the cics region.
Intra partition tdq is read destructive.
intra partion tdq is stored in one physical file.
APP PROGRAM access the intra partion tdq records sequentilally after the records logically deleted from the queue.
extra partition tdq is a group of sequential records which can be produced and processed out side the cics region.
extra partion tdq is not read destructive.
each extra partion tdq record is stored in seperate physical file.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a cics task?
How can you use dynamic calls in cics?
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?
Name at least one of the ways by which a transaction can be terminated?
Explain the difference between a package and a plan.
Sync points cannot be requested by the application programs? State true or false
how do you fire a batch job from a cics txn ?
Explain the difference between the xctl and link commands?
Explain how can you accomplish breakpoint in intertest?
Define primary objective of cics?
Define ceci?
Kindly specify the pic clause for the data type of length option field type of data fields?
Can you explain primary aspect of cics?
In a CICS program, how will you read a VSAM file?
What is the comaera?