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
Name a few CICS programs which are generally used ?
What are the types of the dfhmdf present in the cics?
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 cics regions that share the same db2 subsystem?
Explain how do you establish a starting position in a browse operation?
Can ESDS files be accessed from CICS?
What is the use of the program list table?
What is the pic clause for the data type of length option field type of data fields?
What is meant by an AICA ABEND?
What is mainframe cics?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
How do you use altindxs in batch, cics programs?
Explain how do you terminate an already issued delay command?
How ENQ and DEQ used in CICS?
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 ?
Add a field to screen when what's the flow of impact?