Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

The DFHCOMMAREA is used to pass information from one
application to another. What are some other ways

Answer Posted / aayush

Queues
There are two types of queues TSQ and TDQ.
TSQ can be used as scratch pad in main memory.
You can write as much as you want in TSQ and they will be
available to all the transactions that are aware of the
queue name.
TSQ is primarily used to share huge amount of information
across the transactions
The name of every TDQ must be defined to CICS in a
Transient Data Definition (TDD) entry before the queue is
used by an application program.
Unlike temporary storage queues, TDQs cannot be dynamically
created by an EXEC CICS WRITEQ command from an application.
TCTCA, TWA, CWA
TWA – Transaction work area – One per task - Work area
associated with the task.
TCTUA – Terminal Control Table User Area – Work area
associated with a terminal and defined as one per terminal
in TCT.
CWA -- Common work area – System work area defined by
system programmer in SIT. (System Initialization Table)
We can use TWA, TCTUA and CWA for sharing the information
across the transactions.

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the comaera (communication area)?

1165


Name some translator and compile options and explain their meaning?

2897


Db2 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 cicsregions that share the same db2 subsystem?

1180


We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

3310


what are the commands used to gain exclusive control over a resource?

1265


what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?

1265


What is the syncpoint command?

1289


I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?

1136


Sync points cannot be requested by the application programs? State true or false

1204


Name at least one of the ways by which a transaction can be terminated?

1087


How vsam files are read in cics pgms?

1357


How ENQ and DEQ used in CICS?

1476


Can you explain multitasking and multithreading?

1201


Explain cedf transaction commands?

1189


What are the cics tables?

1119