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

Specify the requirements for automatic task initiation?

562


Can you define attribute byte?

576


how can you prevent more than one user from accessing the same transient data queue?

602


mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?

726


Can you define cics task?

625






What is eib?

641


Can you explain enq and deq used in cics?

632


how do you intitiate another transaction?

709


What is mainframe cics?

584


What are the types of processes to create a map in cics?

579


difference between tsq and tdq?

750


Can you explain dfhmdf bms macro?

663


what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

599


what are transient data sets defined to cics?

644


How do we pass parameters into a CICS –DB2 program

3637