What are different system tables used in CICS?
Answer / manik
They are
1.TCT (Terminal control Table): Terminals are registered
here
2.PCT (prgram contol table): Transaction-id are registered
here.
3.PPT (processing program Table):progarmas & cics map are
registered here.
4.FCT (file control program):vsam files that are used are
registered here.
5.RCT: DB2 plans are registered here.
6.DCT(destination control table):TDQ are registered here.
7.TST(temporary storage table):TSQ are registered here.
8.JCT(journal control table):it contains information
regarding system log and journal files
9.SNT(sign-on-table):user-id &password are registered here.
10.PLT(program list table):all the programs that are
automatically started during cics start up & stut down are
registered here.
AND MANY MORE........
| Is This Answer Correct ? | 18 Yes | 3 No |
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
Which is the CICS control program which governs the flow of control among the CICS application
What is the use of tdq and tsq?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
What are the types of the dfhmdf present in the cics?
Name the macros used to define the following: MAP MAPSET FIELD
How do you get data from a task that began with a START command?
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.
Explain cemt transaction commands?
What are the three ways available for a program to position the cursor on the screen?