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 |
How can you use dynamic calls in cics?
Explain ceci transaction commands?
what is partial serch analysys in cics?
Explain how and where is the twa size set?
How do find length of the cursor in cics map ?
Define temporary storage?
Have you entered any program names in PPT or PCT? If so How?
Define task work area?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
What is the command that is used to delay the processing of a task for a specified time interval
What is the type of ppt in the cics?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?