i have three programs...
I used Dfhcommarea in for first program
for third program i used TSQ .....what i have to use for
second program???
Answers were Sorted based on User's Feedback
Answer / tej
The Second program has to write the data to TSQ but first it
still has to receive data from first program so u have to use
COMMAREA in the second program,Write it to a TSQ and then
access the data of TSQ in the third program.
Guys, plz fell free to correct if wrong.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / charles
You did not say if the second program is CICS or non-CICS (does it have to be translated because it contains EXEC CICS statement), so it might be passed DFHEIBLK and DFHCOMMAREA, then handle the TSQ work
| Is This Answer Correct ? | 0 Yes | 0 No |
What RCT Entries will you make for a CICS DB2 program??
Can a program change protected field ?
What is dynamic transaction backout?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
How can you Define and Install the Maps & Mapset ?
For multithreading an application program need not be re- entrant(True or False).
What are the common tables in cics and their usage?
What is a cics task?
what is amp?
What is the use of a TDQ, TSQ?
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
What is the difference between using the READ command with INTO option and SET option?