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

How do you delete Item 3 in a five-item TSQ?

3 Answers   IBM,


In the CICS command level all the re-entrancy issues are handled by the System(True or False).

1 Answers  


What is the abend command?

0 Answers  


Explain how many exceptional condition can be given in a handle condition?

0 Answers  


What is an MDT (Modified Data Tag) - it's meaning and use?

2 Answers   Polaris,


IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER

2 Answers  


What CICS facilities can you use to save data between the transactions?

1 Answers   IBM,


Can you use occurs in bms map?

0 Answers  


What is the name of the mapset definition macro?

1 Answers  


What are the three ways available for a program to position the cursor on the screen?

2 Answers   IBM,


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

6 Answers  


What is the difference between FSET and FRSET?

3 Answers  


Categories