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 we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
What is multitasking and multithreading?
how can you prevent more than one user from accessing the same transient data queue?
What is meant by an AICA ABEND?
Can you define multiple maps in a BMS mapset?
By which CICS defined field can you determine the position of the cursor on the map ?
how can we display negative sign in a map?
suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?
1 Answers Bank Of America, Cap Gemini, IBM, RBS,
How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know
Can you use occurs in bms map?
how do you fire a batch job from a cics txn ?
What is the main function of the sign-on table?