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 will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
What is interval control and what are some of the CICS commands associated with it?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
how do you execute a background cics txn ?
What is the procedure to read a statement from tsq?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Highlight the points of differences between XCTL and START?
Explain how many exceptional condition can be given in a handle condition?
What is the syncpoint and its use?
Explain the difference between intra partition tdq and extra partition tdq?
Once a transient data queue is read, can it be reread?