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
What is task control?
Explain how many conditions can you include in a single handle condition command?
hi,what is the module? how many modules in mainframe based banking projects
What are the ways fot initiating a transaction?
What are the recoverable cics resources?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
What are the classifications of the cics program?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
Define task work area?
What are the common cics service programs and explain their usage?
Explain the purpose of the program list table?
What is the eib?
Can you explain communication area?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?