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 |
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?
Explain the difference between dfhcommarea and tsq?
What is the difference between LINK and XCTL ?
In which table would you make an entry for a BMS map?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
if we want to add new column in the db2 table.How can add in the copybook?
Which of the following statements correctly describe the syntax of CICS command language?
are we use the group by clause in cursors?
What is ASRAABEND in CICS?
What is commarea (communications area)?
Can you explain primary aspect of cics?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?