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 / arun
we can establish a link between two maps in 3 ways .
LINK (control will be returned back to main program) and
XCTL (control wil not be returned back to main program).
But for the second one we have to give the return statement
with the main programs transaction-id. otherwise the control
wil not return back to the main map.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
Kindly specify the pic clause for the any bll cell type of data fields?
What is meant by a ‘Transid’ ?
Highlight the points of differences between XCTL and START?
What are the recoverable cics resources?
Can you define transid?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Define the term mro (multi region operation)?
What is the comaera (communication area)?
Define cebr?
Explain the mdt in cics?
Explain how do you control cursor positioning?
What is the abend command?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?