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

specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?

686


Name a few CICS programs which are generally used ?

633


Name the two types of transient data queues?

560


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

567


what are the six different type of argument values in cobol that can be placed in various options of a cics command?

790






What is the procedure to read a statement from tsq?

641


What does the 'cedf:cics' transactions do?

570


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

711


Can you define commarea?

553


What is the procedure to solve an ASRA ABEND?

605


Name the command which is used to release a record on which exclusive control is gained?

567


Can you define mdt?

678


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

612


Explain how do you delete item 3 in a five-item tsq?

525


which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?

695