WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS
THE EXECUTION?
(I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
Answer / ankita
TCP first validates terminal using TCT.Task Control Program
(KCP) uses the Program Control Table(PCT) for identifying
and intializing a transaction.Program name will be there in
PCT entry.Program Control Prog.(PCP) uses the PPT
(Processing PRog. table) for validating the program name.In
similar way, PCP&FCT,JCP&JCT , etc. works
| Is This Answer Correct ? | 3 Yes | 0 No |
Can a program change protected field ?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
Explain the logical message in cics?
Kindly specify the pic clause for the any bll cell type of data fields?
Tsqs can be written in the main storage or auxiliary storage? State true or false
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
how do you execute a background cics txn ?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What is the name of the facility provided by CICS to free the application program form the problems caused
Can you explain cics transaction gateway?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.