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
Name the command which is used to release a record on which exclusive control is gained?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
What are the ways fot initiating a transaction?
Can you define mapset?
Explain cemt transaction commands?
What does the 'cedf:cics' transactions do?
What is the common work area?
Explain the difference between using the read command with into option and set option?
Define ceci?
Define floating maps with illustration?
Can ESDS files be accessed from CICS?
Explain the difference between dfhcommarea and tsq?
what are the commands used to gain exclusive control over a resource?
What is the eib?
Can you define bms?