I have written a CICS program. What tables should I setup
to run this program?
Answers were Sorted based on User's Feedback
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 |
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 |
What are the databases that CICS can access?
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 ?
An XCTL uses more CPU time than LINK (True or False)
Explain how do you intitiate another transaction?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
What tables must be updated when adding a new transaction and program?
Define RCT.
Why do we need integrated cics translator?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
What is the common systems area?
Explain the logical message in cics?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?