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

What is the eib parameter?

0 Answers  


How to handle exceptional conditions in cics?

0 Answers  


What is Quasi-reentrancy?

2 Answers   IBM,


What are different system tables used in CICS?

1 Answers   IBM,


Explain the purpose of the program list table?

0 Answers  






are we use the group by clause in cursors?

3 Answers   Cap Gemini,


Name at least one of the ways by which a transaction can be terminated?

0 Answers  


How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?

2 Answers   IBM,


What is a resident program?

2 Answers   IBM,


CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).

1 Answers  


What does ?Pseudo Conversational? mean?

3 Answers   IBM,


There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?

3 Answers  


Categories