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 |
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
In the EIB block of CICS, highlight the names of few of the important fields?
Can you explain dfhmdf bms macro?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
Highlight the difference between a symbolic map and physical map?
What is a Logical Unit of Work (LUW)?
I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.
In which table would you make an entry for a BMS map?
What are the terms cics generally means?
Can you use DYNAMIC calls in CICS ?
Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?