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 |
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
How can we code a program such that we will never get a MAPFAIL error?
Can you define cemt?
What is the type of ppt in the cics?
How will you access a VSAM file using an alternate index?
Define RCT.
What are fset, frset?
how do you intitiate another transaction?
When you do a START, what will the value of EIBCALEN?
What is the pic clause for the data type of length option field type of data fields?
what is the deadlock?
Define exec cics retrieve?