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 |
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Explain how do you dynamically set the cursor position to a specific field?
Explain the difference between a symbolic map and physical map?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).
CICS and DB2 can exist in the same region under the Operating system (True or False)
Explain how do you access storage outside your cics program?
Can you issue SQL COMMIT from a CICS program?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
What is journal recovery?
Can you have CICS code in a copybook? If yes, what happens during compilation?