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 |
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
What is a mapset?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
How ENQ and DEQ used in CICS?
What is a deadlock?
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
Which is the command used for terminating a browse operation?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
are we use the group by clause in cursors?
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?
What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?