how can we establish a link between two maps using a cobol
application program....lets say how can u use 'back' in a
map ..to come back on previous .

Answer Posted / madhuri tungal

as kumar said... linking of two maps is nothing but
transfering of control and that can be achieved by
LINK (control will be returned back to main program)
or
XCTL (control wil not be returned back to main program).

to come back to main program or transfer control to any
program use following command:

exec cics return(transaction-id) end-exec.

above command will transfer the control to program
associated with transaction-id.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define cebr?

565


Can you define aica abend?

689


Explain the difference between dfhcommarea and tsq?

552


Can you explain common systems area?

661


define the field with ic in the bms map.

662






cics command level is?

646


Explain the difference between a symbolic map and physical map?

569


what are the differences between and exec cics xctl and exec cics start command?

680


Explain the mdt in cics?

618


Name at least one of the ways by which a transaction can be terminated?

571


Explain the system transid cemt?

594


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

587


Explain how and where is the twa size set?

577


What is the comaera?

763


Define the term transaction routing?

566