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
What is the difference between pct and fct?
What is the difference between a return with transid and xctl?
which is the cics control program that provides communication services between user written application programs and terminals?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Which commend used for terminating a browser operation?
What is meant by a ‘Transid’ ?
What are some of the cics commands associated with interval control?
Receive consists of buffer option in it. What is the significance of this option?
Mention one alternative aspect of CICS?
What is journal recovery?
What is the syncpoint command?
define the field with ic in the bms map.
Db2 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 cicsregions that share the same db2 subsystem?
Explain the cics command that is used for reading a record from the tdq?
Explain the use of DCT ?