what are the differences between DFHCOMMAREA and TSQ ?
Answer Posted / harsha
DFHCOMMAREA is the area that contains the data passed by
the calling program. The length of this area is EIBCALEN.
So basically it works between the two programs to pass tghe
the date from one program to another program. Data can not
be passed to BATCH programs.
TSQ is the Temporary Storage Queue. It works the same way
as DFHCOMMAREA and can be used to pass the data between two
programs. It also used to communicate with the Batch
programs as well.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Name at least one of the ways by which a transaction can be terminated?
When would you use abend command?
Can dynamic calls be used in CICS?
What does EIB mean in CICS?
Mention the option used in a cics command to retrieve the response code after execution of the command?
what is the cics command used to access current date and time?
What do you mean by CEMT?
Can you explain cics transaction gateway?
which transient data queue support ati?
Why do we need integrated cics translator?
what is an mdt (modified data tag)? Its menaing and use?
What do you mean by the term fct?
What is the procedure to read a statement from tsq?
What is the difference between pct and fct?
What is the common work area?