Name some of the common tables in CICS and their usage.
PROCESSING PROGRAM TABLE(PCT):CICS programs and BMS maps are
registered in this table.If the program or map is not
available in this table,CICS will not execute tose programs.
PROGRAM CONTROL TABLE(PCT):It is used to register CICS
transactions.
FILE CONTROL TABLE(FCT):It is used to register control
information of all files,which are used under CICS.
RESOURCE CONTROL TABLE(RCT):When a DB2 program will run
under CICS an additional table called RCT must be
included.It defines the manner in which DB2 resources will
be utilised in CICS transactions.
DESTINATION CONTROL TABLE(DCT):The main information of the
DCT is to register the control information of all TDQ's.
| Is This Answer Correct ? | 4 Yes | 0 No |
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
What is bms map?
What is DFHEIBLK?
Explain the different system tables used in cics?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
what is eib, how is can be used?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
The EIB field which gives the last CICS command executed is
Difference between TSQ & TDQ
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
Define ceci?
Explain how do you dynamically set the cursor position to a specific field?