How can u pass the control from one prog to another in CICS?
Answer Posted / y@$w@nth
The following are the commands to pass control from one
program to another program
XCTL(to pass control to the same level program and won't
expects the return of control )
LINK(to pass control to the one level to next lower level
and expects the control to return back)
RETURN( Use this in the called program to return control to
the called program When it is called through XCTL or LINK )
CALL
GOBACK(use this in the called program to return control to
the calling program When the it is called through CALL
statement)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the classifications of the cics program?
What is the kcp in the cics?
Explain how to build up lu 6.2 communication?
hi,what is the module? how many modules in mainframe based banking projects
Specify cics transaction initiation process?
What is the use of the program list table?
What are the types of processes to create a map in cics?
Explain the difference between pseudo-conversational and conversational?
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?
What is the eib?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Can you explain exec cics handle condition command?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
How can you use dynamic calls in cics?
Explain the difference between the into and the set option in the exec cics receive map command?