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 |
What is the name of the mapset definition macro?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
What does EIB mean?
Explain how do you delete item 3 in a five-item tsq?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
what is effect on receive map when
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Explain how do you intitiate another transaction?
Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.
What is the abend command?
What CICS command do you need to obtain the user logon-id?