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 |
An XCTL uses more CPU time than LINK (True or False)
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
What is the purpose of the Program List Table?
Kindly specify the pic clause for the any bll cell type of data fields?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
Explain page up and page down logic along with coding logic in cics?
Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS.
What is the meaning of the enq command?