what are the differences between DFHCOMMAREA and TSQ ?
Answers were Sorted based on User's Feedback
Answer / abhishek_yadav_ibm
DFHcommarea is the area for storing the the passing value from calling program and it is in the scope of execution of the program but tsq can be refered by the several program ..
In sort and sweet words we can say DFHCOMAREA is a local temporary storage area but TSQ is global storage area which is visible to different different program.
I do think I am correct but kindly correct me if I am mistaken anywhere..
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
Answer / david hazear
dfh commarea contains all the parameter between cics
program and map and tSP is the temporary storage queue it
is only temporary
Is This Answer Correct ? | 1 Yes | 9 No |
What are the beginning and end points of an LUW called?
Specify cics transaction initiation process?
What is DFHBMSCA?
How do you place the cursor on a particular position on the screen?
What are different ways of initiating transaction in CICS ?
What is the difference between the NOHANDLE option and the IGNORE condition?
What is the meaning of BMS length of field = 0?
Explain the primary function of the processing program table (ppt)?
What is frset?
What is multitasking and multithreading?
Define TCT.
Is length = 0 sufficient to ascertain that the field has been modified?