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 |
pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.
What are the situations under which NEWCOPY is required ?
What is the access method used by DB2?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
What are the some important fields in the eib block?
Can we define an alternate index on VSAM/RRDS ?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
What is the difference between physical map and symbolic map?
Which is the command that is used to dump the main storage areas related to a task?
Can you explain dfheiblk?
define the field with ic in the bms map.
How do you place the cursor on a particular position on the screen?