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 |
If we say that bms length of field = 0, then what does that mean?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
How to define a vsam file in cics getting into cics to define a vsam file.
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
What is an AEY9 abend ?
Can you define cics task?
The error code AEIV?
what are the differences between and exec cics xctl and an exec cics link command?
What is the command that is used to delay the processing of a task for a specified time interval
If no exception handling is provided in the program, what will happen ?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
What is the function of the LOAD command?