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 CEDF?
How to establish dynamic cursor position on a map?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
What are different system tables used in CICS?
Explain the difference between physical map and symbolic map?
Mention the content that is present inside a PPT ?
How do you handle errors in CICS pgms ?
How are screens created in cics
what is the differences between getting the system time with eibtime and asktime command?
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 the parameters that you have to give when you are using the CSSN transaction?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?