I have written a CICS program. What tables should I setup
to run this program?

Answers were Sorted based on User's Feedback



I have written a CICS program. What tables should I setup to run this program?..

Answer / lalit verma

Entries should be made in the following Tables :

PPT(Processing Program Table)
PCT(Program Control Table)

Is This Answer Correct ?    5 Yes 0 No

I have written a CICS program. What tables should I setup to run this program?..

Answer / sahil

FCT and RCT also in case you have some VSAM file or DB2
table access otherwise program will result in abend.

Is This Answer Correct ?    5 Yes 0 No

I have written a CICS program. What tables should I setup to run this program?..

Answer / kavya5487

U have to make an entry of your program in PROCESSING
PROGRAM TABLE(PCT).

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More CICS Interview Questions

When there are 2 records with the same key specified in a DELETE operation what will happen?

2 Answers  


The DFHCOMMAREA is used to pass information from one application to another. What are some other ways

7 Answers   OBSS, TCS,


How is addressability achieved to the data outside programs working-storage.?

3 Answers  


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 cics regions that share the same db2 subsystem?

0 Answers   IBM,


How do we pass parameters into a CICS –DB2 program

0 Answers   Accenture, JPMorgan Chase,






Explain the difference between dfhcommarea and tsq?

0 Answers  


Name some common CICS service programs and explain their usage?

1 Answers   IBM,


What is the name of the log which contains the information needed to restart the system, including the task

2 Answers  


<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?

1 Answers  


What is the function of the CICS translator?

1 Answers  


How do you initiate another transaction?

1 Answers  


how do you handle errors in cics programs?

1 Answers   IBM,


Categories