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 |
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Name three ways the Modified Data Tag can be set on?
After execute the map, What will happen ? Give breif Description
What are the steps you go through to a create a BMS executable?
How many conditions can you include in a single HANDLE CONDITION command?
Explain the thress bms options?
For protecting a transaction using the transaction security function, the two things that must be done are?
Explain the difference between intra partition tdq and extra partition tdq?
Name some commands used for CICS file browsing.
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
What information do you get when an EXEC CICS STARTCODE is issued?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.