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

Answers were Sorted based on User's Feedback



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

Answer / manik

Another Method is By using TSQ & TDQ.

Is This Answer Correct ?    46 Yes 5 No

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

Answer / jitinder

1)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 ?    19 Yes 3 No

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

Answer / ra

XCTL INPUTMSG(data-area)
Length (data-len)
START FROM(data area) LENGTH(data-length)

You can us TS Queue to pass data between application

Also system area can also be used to pass data

Is This Answer Correct ?    16 Yes 4 No

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

Answer / jonathan

Channels with containers could also be used incase the date
is huge i.e if it exceeds a certain limit (32KB i guess)

Is This Answer Correct ?    12 Yes 1 No

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

Answer / 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

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

Answer / tripti

Channels and containers can be used and the limit of a
channel is same as limit of your CICS region.

Is This Answer Correct ?    8 Yes 2 No

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

Answer / suriya

DFHCOMMAREA CAN BE USED TO PASS THE VALUES FROM THE MAIN
PROGRAM TO SUB PROGRAM.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More CICS Interview Questions

What do you mean by the term fct?

0 Answers  


How can you access esds files from cics?

0 Answers  


There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?

3 Answers  


How would you release control of the record in a READ for UPDATE?

2 Answers   IBM,


Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?

1 Answers  


Name the macros used to define the following: MAP MAPSET FIELD

2 Answers  


What CICS command would you use to read a VSAM KSDS sequentially in ascending order?

1 Answers  


How are programs reinitiated under CICS ?

1 Answers   ITC Infotech,


How many exceptional condition can be given in a HANDLE CONDITION?

5 Answers   IBM,


what are the differences between DFHCOMMAREA and TSQ ?

3 Answers   IBM,


What is ENQ in CICS?

2 Answers   IBM,


Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.

4 Answers   Cap Gemini,


Categories