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 |
Explain cemt transaction commands?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Into what fields will the date and time values be moved after execution of the above command?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
What is frset?
Once a transient data queue is read, can it be reread?
how i can enter into cics region in real time.
Explain the function of the cics translator?
Difference between TSQ & TDQ
Can you access ESDS files from CICS ?
What is the content of the PPT entry?