What are extra partition & intra partition TDQs?
Answers were Sorted based on User's Feedback
Answer / krishnakumar
Intra Partition TDQ can be accessed only within the CICS
region where it was defined while Extra Partition TDQ can
be accessed from outside that region also.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / 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 |
What is the difference between pseudo-conversational and conversational?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
Explain the difference between link xctl?
What is the ABEND command and when would you use it?
Which is the macro used for making an entry in the PPT
How to define a vsam file in cics getting into cics to define a vsam file.
What is the command used to request notification when the specified time has expired?
What are the two types of transient data queues?
How to execute a cics program from a paticular date and time .or specified date and time.
how do you intitiate another transaction?
What are the two outputs created as a result of generation of a map?