Name some of the common tables in CICS and their usage.
Answer Posted / kavya5487
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 |
Post New Answer View All Answers
What is the use of tdq and tsq?
Define floating maps with illustration?
What is the difference between pct and fct?
What does the 'cedf:cics' transactions do?
What are the types of processes to create a map in cics?
Explain how do you dynamically set the cursor position to a specific field?
What are fset, frset?
Can you explain cics translator?
What is the procedure to solve an ASRA ABEND?
Mention one alternative aspect of CICS?
Can you define attribute byte?
What are the terms cics generally means?
What does the 'ceci:cics' transactions do?
Highlight the points of differences between XCTL and START?
Can you use occurs in bms map?