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

3 Answers   IBM,


How to establish dynamic cursor position on a map?

0 Answers  


If -1 is moved to length for more than one field on a map, where will the cursor be positioned?

6 Answers  


What are different system tables used in CICS?

1 Answers   IBM,


Explain the difference between physical map and symbolic map?

0 Answers  






Mention the content that is present inside a PPT ?

0 Answers  


How do you handle errors in CICS pgms ?

1 Answers   IBM,


How are screens created in cics

2 Answers   Virtusa,


what is the differences between getting the system time with eibtime and asktime command?

0 Answers   IBM,


first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!

1 Answers   CGI, Love, TechRel,


What are the parameters that you have to give when you are using the CSSN transaction?

3 Answers  


What is the error condition that is set when the file specified in the NAME option is not in the FCT?

1 Answers   UHG,


Categories