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 the content that is present inside a PPT ?

559


How can you use dynamic calls in cics?

610


when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?

643


In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?

575


Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?

626






What are the terms cics generally means?

569


What is bms map?

666


Can dynamic calls be used in CICS?

645


Explain the difference between exec cics handle condtion and an exec cics ignore command?

589


Mention the option used in a cics command to retrieve the response code after execution of the command?

641


What does the 'cedf:cics' transactions do?

575


What are the types of important programs that are used in the cics?

615


Can you explain cics translator?

607


what is the differences between getting the system time with eibtime and asktime command?

591


Define TCT.

709