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 |
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
how can you prevent more than one user from accessing the same transient data queue?
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?
What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?
Explain the difference between tsq and tdq
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 cics regions that share the same db2 subsystem?
Explain what is the massinsert option?
Explain how to handle exceptional conditions in CICS.
How do you delete Item 3 in a five-item TSQ?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
how do u see the output of cics program?
How can we code a program such that we will never get a MAPFAIL error?