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 |
Which is the macro used for making an entry in the PPT
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
which transient data queue support ati?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What is the process of converting the CICS commands into the equivalent host language statements called?
What is the difference between the NOHANDLE option and the IGNORE condition?
How do u know if a start command intiated a transaction or a terminal intiated a transaction
What is Communication Area?
What are attribute bytes and how and why are they modified?
What is meant by a CICS task?