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 use of the DELIGHT in Mainframes and whats is use of scope?
How can u pass the control from one prog to another in CICS?
What information can be obtained from the EIBRCODE?
What does the following transactions do?
what is difference between call and link ?
When you do a START, what will the value of EIBCALEN?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
What is the size of commarea
What is the process of converting the CICS commands into the equivalent host language statements called?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).
How many maps are create in a single mapset?