How can u pass the control from one prog to another in CICS?
Answer Posted / sriharsga s r
To pass control from One program to other program
Use Link, XCTL and CALL
If You are using Link or XCTL in calling program, then use
Return command in the Called program to send control back
to Calling program.
If You are using CALL statement in Calling program,then use
GOBACK in called program to send control back to Calling
program.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the eib?
what are the differences between and exec cics xctl and exec cics start command?
Explain the difference between intra partition tdq and extra partition tdq?
Explain the difference between the into and the set option in the exec cics receive map command?
Explain how pa key is different from pf key?
What are the terms cics generally means?
Define an asra abend?
What is bms map?
Explain the uses that are associated to tsq and tdq ?
hi,what is the module? how many modules in mainframe based banking projects
Explain the different ways of initiating transaction in cics?
What is a cics task?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
What is program reentrance?
What is the use of tdq and tsq?