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
Can you define cics task?
Explain the difference between intra partition tdq and extra partition tdq?
What are the some important fields in the eib block?
Explain the difference between pseudo-conversational and conversational?
What are fset, frset?
Explain the difference between dfhcommarea and tsq?
What are some of the cics commands associated with interval control?
What does the 'cemt:cics' transactions do?
Define cics interface block?
What is the cics command that is used to access current date and time?
Explain how to build up lu 6.2 communication?
What is a cics task?
Name at least one of the ways by which a transaction can be terminated?
What does the 'ceci:cics' transactions do?
How to handle exceptional conditions in cics?