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 |
When there are 2 records with the same key specified in a DELETE operation what will happen?
The DFHCOMMAREA is used to pass information from one application to another. What are some other ways
How is addressability achieved to the data outside programs working-storage.?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
Explain the difference between dfhcommarea and tsq?
Name some common CICS service programs and explain their usage?
What is the name of the log which contains the information needed to restart the system, including the task
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
What is the function of the CICS translator?
How do you initiate another transaction?
how do you handle errors in cics programs?