What are different system tables used in CICS?
Answer Posted / 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 |
Post New Answer View All Answers
If we say that bms length of field = 0, then what does that mean?
Explain the difference between link and xctl?
Explain how do you access storage outside your cics program?
Give the definition of COMMAREA ?
Specify the requirements for automatic task initiation?
What is the use of mdt (modified data tag)?
What are the some important fields in the eib block?
how do you fire a batch job from a cics txn ?
Explain the difference between getting the system time with eibtime and asktime command?
Can you explain multitasking and multithreading?
What is eib?
What is the eib parameter?
Can you define aica abend?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Can ESDS files be accessed from CICS?