How can u pass the control from one prog to another in CICS?

Answer Posted / sriharsga s r

To pass control from One program to other program
Use Link, XCTL and CALL

If You are using Link or XCTL in calling program, then use
Return command in the Called program to send control back
to Calling program.

If You are using CALL statement in Calling program,then use
GOBACK in called program to send control back to Calling
program.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a cics task?

580


Explain the usage of language in the ppt entry?

578


Give certain situations where NEWCOPY is obligatory?

707


What do you mean by CEMT?

775


When would you use abend command?

591






what is effect on receive map when

678


What is a transid?

577


what is the cics command used to access current date and time?

618


In the EIB block of CICS, highlight the names of few of the important fields?

582


What does the 'ceci:cics' transactions do?

644


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

734


Explain the difference between and exec cics xctl and exec cics start command?

561


Explain the difference between getting the system time with eibtime and asktime command?

565


Explain the different system tables used in cics?

541


Explain how many conditions can you include in a single handle condition command?

611