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

Explain how DSECT parameter is used in BMS ?

0 Answers  


What is the cics command level?

0 Answers  


Name the two types of transient data queues?

0 Answers  


How will you access a VSAM file using an alternate index?

1 Answers   IBM,


What are the types of important programs that are used in the cics?

0 Answers  






What is the difference between the enter key, the PF keys and the PA keys?

2 Answers  


If no exception handling is provided in the program, what will happen ?

1 Answers  


what is mapfail and when we get this error? during send map or receive map?

3 Answers   HP,


By which CICS defined field can you determine the position of the cursor on the map ?

1 Answers  


What is the pic clause for the any bll cell type of data fields?

0 Answers  


How is dynamic memory allocated within a CICS application program?

1 Answers   IBM,


What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?

1 Answers  


Categories