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 is the different ways to initiate a task?
What is the COMMAREA(communications area)?
Can you explain cics transaction gateway?
How can you access esds files from cics?
Explain the mdt in cics?
I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.
Name some translator and compile options and explain their meaning?
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..!
What are extra partition & intra partition TDQs?
Explain how do you control cursor positioning?
Is length = 0 sufficient to ascertain that the field has been modified?
What is transient data?