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
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?
Explain ceci transaction commands?
What is frset?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Explain the difference between the xctl and link commands?
What are fset, frset?
What does the 'cemt:cics' transactions do?
Why do we need integrated cics translator?
Can you explain common systems area?
What does EIB mean in CICS?
Explain how pa key is different from pf key?
Can you explain primary aspect of cics?
Explain the function of the load command?
Highlight the points of differences between XCTL and START?
What is the kcp in the cics?