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 do you mean by CEMT?
Explain the primary function of the processing program table (ppt)?
Explain the difference between link xctl?
Explain the difference between using the read command with into option and set option?
Define the term function request shipping?
which transient data queue support ati?
Explain the primary significance of intra-partition and extra-partition tdqs ?
Explain the difference between and exec cics xctl and exec cics start command?
what are the reserved words for cics?
Explain 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?
Explain the difference between the into and the set option in the exec cics receive map command?
how can you prevent more than one user from accessing the same transient data queue?
How can you access esds files from cics?
Explain how do you terminate an already issued delay command?
Can ESDS files be accessed from CICS?