How can u pass the control from one prog to another in CICS?
Answer Posted / tony prabu
Ya it's right usin not simply return but by specfying the
transaction to be executed to be mentioned thus the program
that run that transaction runs.
ex:
return(transaction-name)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is fset?
What is the eib?
Name the 3 common ways to create maps?
Explain processing program table(ppt)?
Can you define attribute byte?
What does EIB mean in CICS?
What is a cics task?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is meant by a ‘Transid’ ?
Can QSAM files be accessed from CICS?
how do you execute a background cics txn ?
Explain difference between call and link?
Can you define temporary storage?
Define exec cics retrieve?
how do you intitiate another transaction?