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 are the common cics service programs and explain their usage?
Explain processing program table(ppt)?
Difference between TSQ & TDQ
What is the difference between link xctl?
How can you use dynamic calls in cics?
what is the deadlock?
What is interval control and what are some of the CICS commands associated with it?
Explain the difference between the xctl and link commands?
Which command is used to release a record on which exclusive control is gained?
What is the CICS supplied transaction which performs syntax checking of a CICS command?
What is bms map?
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance