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 |
Explain the difference between exec cics handle condtion and an exec cics ignore command?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
What is data only and map only in cics
What are the beginning and end points of an LUW called?
Why is a TERM ID recommended in naming a TSQ?
What are the common cics service programs and explain their usage?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
What is MDT?
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???
Explain the function of the load command?
Sync points cannot be requested by the application programs? State true or false
How do you get data from a task that began with a START command?