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

Mention one alternative aspect of CICS?

627


For protecting a transaction using the transaction security function, the two things that must be done are?

1811


Name the cics command used to access current date and time?

574


Explain the function of the load command?

596


Which commend used for terminating a browser operation?

502






Explain the mdt in cics?

621


Define an aica abend?

622


Explain the difference between a physical bms mapset and a logical bms mapset?

571


What is the meaning of the eibaid field?

534


What is the use of the eibaid field?

621


Explain how do you terminate an already issued delay command?

547


Explain how do you set the mdt option to on status, even if data is not entered?

608


explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?

622


What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

721


Explain the difference between and exec cics xctl and an exec cics link command?

570