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


Please Help Members By Posting Answers For Below Questions

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?

895


Explain ceci transaction commands?

755


What is frset?

780


mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

877


Explain the difference between the xctl and link commands?

720


What are fset, frset?

778


What does the 'cemt:cics' transactions do?

874


Why do we need integrated cics translator?

808


Can you explain common systems area?

849


What does EIB mean in CICS?

879


Explain how pa key is different from pf key?

852


Can you explain primary aspect of cics?

893


Explain the function of the load command?

809


Highlight the points of differences between XCTL and START?

849


What is the kcp in the cics?

905