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 is the meaning of the eibaid field?
What are the types of important programs that are used in the cics?
Define an asra abend?
Explain the difference between getting the system time with eibtime and asktime command?
Explain cemt transaction commands?
What is CICS ?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
Name the cics command used to access current date and time?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Can you define cemt?
What is the comaera?
What is meant by an AICA ABEND?
Explain how and where is the twa size set?
Name the command which is used to release a record on which exclusive control is gained?