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
Is length = 0 sufficient to ascertain that the field has been modified?
Name the 3 common ways to create maps?
What is the term conversational programs means?
Name the command which is used to release a record on which exclusive control is gained?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Explain the difference between link xctl?
How to dsect parameter is used in bms?
which transient data queue support ati?
Can you define cemt?
hi,what is the module? how many modules in mainframe based banking projects
Explain the primary function of the processing program table (ppt)?
Explain the mdt in cics?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
Kindly specify the pic clause for the hhmmss type of data fields?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?