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 |
How is dynamic memory allocated within a CICS application program?
Highlight the points of differences between XCTL and START?
What are the beginning and end points of an LUW called?
What does a cics translator do?
Is there any entry for TSQs in CICS tables?
What is task control?
What is meant by an AICA ABEND?
Can you define bms?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
If we say that bms length of field = 0, then what does that mean?
What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table (PPT) ?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.