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
Explain the difference between getting the system time with eibtime and asktime command?
What is the pic clause for the data type of length option field type of data fields?
what are the commands used to gain exclusive control over a resource?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
Explain how many exceptional condition can be given in a handle condition?
Can you define mapset?
What is non-conventional programs?
Mention the content that is present inside a PPT ?
Can you define commarea?
Receive consists of buffer option in it. What is the significance of this option?
Can you explain cics transaction gateway?
Explain the difference between using the read command with into option and set option?
Can ESDS files be accessed from CICS?
What is the common work area?
Explain the thress bms options?