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
Explain what is a cursor in cics sql processing?
How do you use altindxs in batch, cics programs?
Explain the difference between dfhcommarea and tsq?
Explain the use of DCT ?
Can QSAM files be accessed from CICS?
Can you explain primary aspect of cics?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
What is the primary aspect of CICS?
Specify cics transaction initiation process?
What is journal recovery?
difference between tsq and tdq?
Explain processing program table(ppt)?
What is the procedure to read a statement from tsq?
Explain the function of the cics translator?
Explain the significance of rdo?