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 are the terms cics generally means?
For protecting a transaction using the transaction security function, the two things that must be done are?
difference between tsq and tdq?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Name the 3 common ways to create maps?
Can you define cemt?
Can you define ppt and what are its uses?
Can you explain exec cics handle condition command?
Explain cemt transaction commands?
Define task work area?
Explain the difference between a package and a plan.
Define ceci?
Explain 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?
Can you explain primary aspect of cics?
What are fset, frset?