How many ways to share information between different CICS
programs?
Answers were Sorted based on User's Feedback
Below are the two wats I am aware of:
1. simplest way is to use DFHCOMMAREA (but this has a limitation that we can not pass data between CICS programs more then 32K bytes)
2. To over come 32K limitation we can use Channels and Containers to share data between two CICS programs.
Please correct me if am wrong.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nishant kumar
As per my knowledge we can pass data through 5 ways:
1. DFHCOMMAREA
2. TSQ
3. TDQ
4. Channels
5. Containers
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nagraj
)By using TSQ
2)By using an intrapartition TDQ
3)By using TWA(Task work area)
4)By using TCTUA
5)Through a file
| Is This Answer Correct ? | 3 Yes | 1 No |
Explain the difference between and exec cics xctl and an exec cics link command?
By which CICS defined field can you determine the position of the cursor on the map ?
What is a logical message in CICS?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
Which command is used to release a record on which exclusive control is gained?
What is Communication Area?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
What is the syncpoint command?
Explain page up and page down logic along with coding logic in cics?
suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?
1 Answers Bank Of America, Cap Gemini, IBM, RBS,
Explain the difference between a package and a plan.