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 use of the program list table?
What is bms map?
Can you explain enq and deq used in cics?
Explain processing program table(ppt)?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
What is commarea (communications area)?
Name a few CICS programs which are generally used ?
In the EIB block of CICS, highlight the names of few of the important fields?
Explain the function of the load command?
how do you fire a batch job from a cics txn ?
Explain the primary significance of intra-partition and extra-partition tdqs ?
Explain the difference between a physical bms mapset and a logical bms mapset?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is the primary aspect of CICS?